Home
last modified time | relevance | path

Searched refs:IncludeFinderPPCallbacks (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp48 class IncludeFinderPPCallbacks : public clang::PPCallbacks { class
50 IncludeFinderPPCallbacks(clang::SourceManager* source_manager,
87 IncludeFinderPPCallbacks::IncludeFinderPPCallbacks( in IncludeFinderPPCallbacks() function in __anonf2a529c60111::IncludeFinderPPCallbacks
120 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()