Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp64 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 DSemaCodeComplete.cpp4371 ModuleIdPath Path) { in CodeCompleteModuleImport()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h95 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
H A DSema.h154 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 DModuleDepCollector.h179 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp112 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path,
626 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
H A DClangExpressionParser.cpp120 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h870 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp479 ModuleIdPath Path, in moduleImport()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2018 ModuleIdPath Path, in loadModule()