Searched defs:DirectiveCollector (Results 1 – 1 of 1) sorted by relevance
185 struct DirectiveCollector : public PPCallbacks { struct186 DirectiveCollector(const Preprocessor &PP, in DirectiveCollector() argument191 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;