Searched refs:ModuleIdPath (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/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 | 172 ModuleIdPath Path, in moduleImport() 484 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 61 static std::string stringFromPath(ModuleIdPath Path) { in stringFromPath() 149 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl() 150 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() 428 SourceLocation ImportLoc, ModuleIdPath Path, in ActOnModuleImport() 449 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 453 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 489 ModuleIdPath Path) { in ActOnModuleImport()
|
| H A D | SemaCodeComplete.cpp | 4248 ModuleIdPath Path) { in CodeCompleteModuleImport()
|
| /llvm-project-15.0.7/clang-tools-extra/pp-trace/ |
| H A D | PPCallbacksTracker.h | 101 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, 195 void appendArgument(const char *Name, ModuleIdPath Value);
|
| H A D | PPCallbacksTracker.cpp | 154 ModuleIdPath Path, in moduleImport() 537 void PPCallbacksTracker::appendArgument(const char *Name, ModuleIdPath Value) { in appendArgument()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 164 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 110 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path, 578 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
|
| H A D | ClangExpressionParser.cpp | 122 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 793 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 203 ModuleIdPath Path, in moduleImport()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 247 Path "(path)" ModuleIdPath …
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 149 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef 3098 ModuleIdPath Path, ModuleIdPath Partition, 3123 SourceLocation ImportLoc, ModuleIdPath Path, 3128 ModuleIdPath Path = {}); 12872 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1943 ModuleIdPath Path, in loadModule()
|