|
| RecordHeaders (const CompilerInstance &CI, IncludeStructure *Out) |
void | InclusionDirective (SourceLocation HashLoc, const Token &IncludeTok, llvm::StringRef FileName, bool IsAngled, CharSourceRange, OptionalFileEntryRef File, llvm::StringRef, llvm::StringRef, const clang::Module *, bool, SrcMgr::CharacteristicKind FileKind) override |
void | FileChanged (SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind FileType, FileID PrevFID) override |
Definition at line 31 of file Headers.cpp.
◆ RecordHeaders()
clang::clangd::IncludeStructure::RecordHeaders::RecordHeaders |
( |
const CompilerInstance & | CI, |
|
|
IncludeStructure * | Out ) |
|
inline |
◆ FileChanged()
void clang::clangd::IncludeStructure::RecordHeaders::FileChanged |
( |
SourceLocation | Loc, |
|
|
FileChangeReason | Reason, |
|
|
SrcMgr::CharacteristicKind | FileType, |
|
|
FileID | PrevFID ) |
|
inlineoverride |
◆ InclusionDirective()
void clang::clangd::IncludeStructure::RecordHeaders::InclusionDirective |
( |
SourceLocation | HashLoc, |
|
|
const Token & | IncludeTok, |
|
|
llvm::StringRef | FileName, |
|
|
bool | IsAngled, |
|
|
CharSourceRange | , |
|
|
OptionalFileEntryRef | File, |
|
|
llvm::StringRef | , |
|
|
llvm::StringRef | , |
|
|
const clang::Module * | , |
|
|
bool | , |
|
|
SrcMgr::CharacteristicKind | FileKind ) |
|
inlineoverride |
The documentation for this class was generated from the following file: