Searched refs:moduleImport (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 166 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 D | ModuleDepCollector.h | 131 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 140 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1295 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
|
| H A D | Pragma.cpp | 1628 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
|