Home
last modified time | relevance | path

Searched defs:DirectiveCollector (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp185 struct DirectiveCollector : public PPCallbacks { struct
186 DirectiveCollector(const Preprocessor &PP, in DirectiveCollector() argument
191 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
197 void MacroDefined(const Token &MacroNameTok, in MacroDefined()
213 bool InMainFile = true;
214 const LangOptions &LangOpts;
215 const SourceManager &SM;
216 std::vector<TextualPPDirective> &TextualDirectives;