Searched refs:ModuleIdPath (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable 123 ModuleIdPath Path, 168 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
|
| H A D | PPCallbacks.h | 178 ModuleIdPath Path, in moduleImport() 498 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 63 static std::string stringFromPath(ModuleIdPath Path) { in stringFromPath() 174 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl() 175 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() 486 SourceLocation ImportLoc, ModuleIdPath Path, in ActOnModuleImport() 506 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 510 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 553 ModuleIdPath Path) { in ActOnModuleImport()
|
| H A D | SemaCodeComplete.cpp | 4365 ModuleIdPath Path) { in CodeCompleteModuleImport()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 171 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 121 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path, 637 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
|
| H A D | ClangExpressionParser.cpp | 120 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 828 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 410 ModuleIdPath Path, in moduleImport()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 150 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef 3234 ModuleIdPath Path, ModuleIdPath Partition, 3259 SourceLocation ImportLoc, ModuleIdPath Path, 3264 ModuleIdPath Path = {}); 13673 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1978 ModuleIdPath Path, in loadModule()
|