Searched refs:ModuleIdPath (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 33 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable 114 ModuleIdPath Path, 159 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
|
| H A D | PPCallbacks.h | 147 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 D | ClangModulesDeclVendor.cpp | 93 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path, 527 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
|
| H A D | ClangExpressionParser.cpp | 112 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 793 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1608 ModuleIdPath Path, in loadModule()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 138 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 D | SemaDecl.cpp | 16948 ModuleIdPath Path) { in ActOnModuleDecl() 17076 ModuleIdPath Path) { in ActOnModuleImport() 17087 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport()
|
| H A D | SemaCodeComplete.cpp | 3651 ModuleIdPath Path) { in CodeCompleteModuleImport()
|