Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp650 handleImport(SuggestedModule); in InclusionDirective()
664 handleImport(Imported); in moduleImport()
667 void ModuleDepCollectorPP::handleImport(const Module *Imported) { in handleImport() function in ModuleDepCollectorPP
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h245 void handleImport(const Module *Imported);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp962 TrackGMFState.handleImport(StdCXXImportSeqState.afterTopLevelSeq()); in Lex()
963 StdCXXImportSeqState.handleImport(); in Lex()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h405 void handleImport() { in handleImport() function
468 void handleImport(bool AfterTopLevelTokenSeq) { in handleImport() function