Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp406 handleImport(Imported); in InclusionDirective()
420 handleImport(Imported); in moduleImport()
423 void ModuleDepCollectorPP::handleImport(const Module *Imported) { in handleImport() function in ModuleDepCollectorPP
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h180 void handleImport(const Module *Imported);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp929 TrackGMFState.handleImport(StdCXXImportSeqState.afterTopLevelSeq()); in Lex()
930 StdCXXImportSeqState.handleImport(); in Lex()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h363 void handleImport() { in handleImport() function
426 void handleImport(bool AfterTopLevelTokenSeq) { in handleImport() function