Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h178 ModuleIdPath Path, in moduleImport()
498 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp62 static std::string stringFromPath(ModuleIdPath Path) { in stringFromPath()
180 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl()
181 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl()
483 SourceLocation ImportLoc, ModuleIdPath Path, in ActOnModuleImport()
504 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport()
508 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport()
544 ModuleIdPath Path) { in ActOnModuleImport()
H A DSemaCodeComplete.cpp4283 ModuleIdPath Path) { in CodeCompleteModuleImport()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h159 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp121 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path,
637 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
H A DClangExpressionParser.cpp122 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h795 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp340 ModuleIdPath Path, in moduleImport()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h149 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef
3171 ModuleIdPath Path, ModuleIdPath Partition,
3196 SourceLocation ImportLoc, ModuleIdPath Path,
3201 ModuleIdPath Path = {});
13245 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1957 ModuleIdPath Path, in loadModule()