Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h166 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function
431 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function
433 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
434 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h131 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp140 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp1295 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
H A DPragma.cpp1628 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()