Home
last modified time | relevance | path

Searched refs:ModuleIdPath (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable
123 ModuleIdPath Path,
168 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
H A DPPCallbacks.h210 ModuleIdPath Path, in moduleImport()
550 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp63 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 DSemaCodeComplete.cpp4498 ModuleIdPath Path) { in CodeCompleteOrdinaryName()
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.h101 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
195 void appendArgument(const char *Name, ModuleIdPath Value);
H A DPPCallbacksTracker.cpp156 ModuleIdPath Path, in moduleImport()
540 void PPCallbacksTracker::appendArgument(const char *Name, ModuleIdPath Value) { in appendArgument()
/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h97 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
H A DSema.h146 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 DModuleDepCollector.h187 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp112 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path,
625 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path,
H A DClangExpressionParser.cpp127 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
/llvm-project/clang/unittests/Lex/
H A DModuleDeclStateTest.cpp40 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h875 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp491 ModuleIdPath Path,
/llvm-project/clang-tools-extra/docs/
H A Dpp-trace.rst247 Path "(path)" ModuleIdPath
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2011 ModuleIdPath Path, in findOrCompileModuleAndReadAST()