clang-tools
11.0.0
|
#include <SourceCode.h>
Public Attributes | |
llvm::StringRef | Name |
const MacroInfo * | Info |
SourceLocation | NameLoc |
Location of the identifier that names the macro. More... | |
Definition at line 293 of file SourceCode.h.
const MacroInfo* clang::clangd::DefinedMacro::Info |
Definition at line 295 of file SourceCode.h.
llvm::StringRef clang::clangd::DefinedMacro::Name |
Definition at line 294 of file SourceCode.h.
SourceLocation clang::clangd::DefinedMacro::NameLoc |
Location of the identifier that names the macro.
Unlike Info->Location, this translates preamble-patch locations to main-file locations.
Definition at line 299 of file SourceCode.h.