Searched refs:IncludeFinderPPCallbacks (Results 1 – 1 of 1) sorted by relevance
48 class IncludeFinderPPCallbacks : public clang::PPCallbacks { class50 IncludeFinderPPCallbacks(clang::SourceManager* source_manager,87 IncludeFinderPPCallbacks::IncludeFinderPPCallbacks( in IncludeFinderPPCallbacks() function in __anonf2a529c60111::IncludeFinderPPCallbacks120 void IncludeFinderPPCallbacks::FileChanged( in FileChanged()139 void IncludeFinderPPCallbacks::AddFile(const string& path) { in AddFile()143 void IncludeFinderPPCallbacks::InclusionDirective( in InclusionDirective()194 string IncludeFinderPPCallbacks::DoubleSlashSystemHeaders( in DoubleSlashSystemHeaders()207 void IncludeFinderPPCallbacks::EndOfMainFile() { in EndOfMainFile()250 preprocessor.addPPCallbacks(llvm::make_unique<IncludeFinderPPCallbacks>( in Preprocess()