Searched refs:ModuleIdPath (Results 1 – 12 of 12) sorted by relevance
/freebsd/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 | 210 ModuleIdPath Path, in moduleImport() 550 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 64 static std::string stringFromPath(ModuleIdPath Path) { in stringFromPath() 260 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl() 261 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() 576 SourceLocation ImportLoc, ModuleIdPath Path, in ActOnModuleImport() 596 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 600 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 643 ModuleIdPath Path) { in ActOnModuleImport()
|
H A D | SemaCodeComplete.cpp | 4371 ModuleIdPath Path) { in CodeCompleteModuleImport()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCodeCompletion.h | 95 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
|
H A D | Sema.h | 154 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef 9640 ModuleIdPath Path, ModuleIdPath Partition, 9665 SourceLocation ImportLoc, ModuleIdPath Path, 9670 ModuleIdPath Path = {});
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 179 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 112 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path, 626 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
|
H A D | ClangExpressionParser.cpp | 120 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 870 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 479 ModuleIdPath Path, in moduleImport()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 2018 ModuleIdPath Path, in loadModule()
|