Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp137 handleImport(Imported); in InclusionDirective()
143 handleImport(Imported); in moduleImport()
146 void ModuleDepCollectorPP::handleImport(const Module *Imported) { in handleImport() function in ModuleDepCollectorPP
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h144 void handleImport(const Module *Imported);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp947 ImportSeqState.handleImport(); in Lex()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h342 void handleImport() { in handleImport() function