clang-tools 20.0.0git
|
#include <SourceCode.h>
Public Attributes | |
llvm::StringRef | Name |
const MacroInfo * | Info |
SourceLocation | NameLoc |
Location of the identifier that names the macro. | |
Definition at line 312 of file SourceCode.h.
const MacroInfo* clang::clangd::DefinedMacro::Info |
Definition at line 314 of file SourceCode.h.
llvm::StringRef clang::clangd::DefinedMacro::Name |
Definition at line 313 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 318 of file SourceCode.h.