Searched refs:ModuleIdPath (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable 118 ModuleIdPath Path, 163 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
|
H A D | PPCallbacks.h | 167 ModuleIdPath Path, in moduleImport() 431 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaModule.cpp | 92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl() 310 ModuleIdPath Path) { in ActOnModuleImport() 321 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 344 Module *Mod, ModuleIdPath Path) { in ActOnModuleImport()
|
H A D | SemaCodeComplete.cpp | 4126 ModuleIdPath Path) { in CodeCompleteModuleImport()
|
/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 | 141 ModuleIdPath Path, in moduleImport()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 794 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 147 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef 2862 ModuleIdPath Path, bool IsFirstDecl); 2885 SourceLocation ImportLoc, ModuleIdPath Path); 2889 ModuleIdPath Path = {}); 12252 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1832 ModuleIdPath Path, in loadModule()
|