/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()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 63 static std::string stringFromPath(ModuleIdPath Path) { 259 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl() 260 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() 575 SourceLocation ImportLoc, ModuleIdPath Path, in ActOnModuleImport() 595 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 599 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 642 ModuleIdPath Path) { in ActOnModuleImport()
|
H A D | SemaCodeComplete.cpp | 4498 ModuleIdPath Path) { in CodeCompleteOrdinaryName()
|
/llvm-project/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 | 156 ModuleIdPath Path, in moduleImport() 540 void PPCallbacksTracker::appendArgument(const char *Name, ModuleIdPath Value) { in appendArgument()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCodeCompletion.h | 97 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
|
H A D | Sema.h | 146 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; 9645 ModuleIdPath Path, ModuleIdPath Partition, 9670 SourceLocation ImportLoc, ModuleIdPath Path, 9675 ModuleIdPath Path = {}); 154 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; global() typedef
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 187 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 112 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path, 625 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path,
|
H A D | ClangExpressionParser.cpp | 127 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
|
/llvm-project/clang/unittests/Lex/ |
H A D | ModuleDeclStateTest.cpp | 40 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 875 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 491 ModuleIdPath Path,
|
/llvm-project/clang-tools-extra/docs/ |
H A D | pp-trace.rst | 247 Path "(path)" ModuleIdPath …
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 2011 ModuleIdPath Path, in findOrCompileModuleAndReadAST()
|