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.cpp475 handleImport(SuggestedModule); in InclusionDirective()
489 handleImport(Imported); in moduleImport()
492 void ModuleDepCollectorPP::handleImport(const Module *Imported) { in handleImport() function in ModuleDepCollectorPP
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h188 void handleImport(const Module *Imported);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp933 TrackGMFState.handleImport(StdCXXImportSeqState.afterTopLevelSeq()); in Lex()
934 StdCXXImportSeqState.handleImport(); in Lex()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h383 void handleImport() { in handleImport() function
446 void handleImport(bool AfterTopLevelTokenSeq) { in handleImport() function