Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h33 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable
114 ModuleIdPath Path,
159 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
H A DPPCallbacks.h147 ModuleIdPath Path, in moduleImport()
391 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp93 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path,
527 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
H A DClangExpressionParser.cpp112 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h793 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1608 ModuleIdPath Path, in loadModule()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h138 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef
2111 ModuleIdPath Path);
2121 ModuleIdPath Path);
10334 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp16948 ModuleIdPath Path) { in ActOnModuleDecl()
17076 ModuleIdPath Path) { in ActOnModuleImport()
17087 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport()
H A DSemaCodeComplete.cpp3651 ModuleIdPath Path) { in CodeCompleteModuleImport()