Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h33 using ModuleIdPath = ArrayRef<IdentifierLoc>; variable
124 ModuleIdPath Path,
169 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
H A DNoTrivialPPDirectiveTracer.h174 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
H A DPPCallbacks.h211 ModuleIdPath Path, in moduleImport()
551 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()
265 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl()
266 ModuleIdPath Partition, ModuleImportState &ImportState, in ActOnModuleDecl()
579 SourceLocation ImportLoc, ModuleIdPath Path, in ActOnModuleImport()
600 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport()
605 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport()
648 ModuleIdPath Path) { in ActOnModuleImport()
H A DSemaCodeComplete.cpp4534 ModuleIdPath Path) { in CodeCompleteModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp149 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
434 ModuleIdPath Path, in moduleImport()
H A DCompilerInstance.cpp2032 ModuleIdPath Path, in loadModule()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h97 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
H A DSema.h146 typedef ArrayRef<IdentifierLoc> ModuleIdPath; typedef
9837 ModuleIdPath Path, ModuleIdPath Partition,
9863 SourceLocation ImportLoc, ModuleIdPath Path,
9868 ModuleIdPath Path = {});
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp115 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path,
636 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
H A DClangExpressionParser.cpp128 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h236 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h897 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp654 ModuleIdPath Path, in moduleImport()