Searched refs:ModuleIdPath (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable 118 ModuleIdPath Path, 163 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
|
| H A D | PPCallbacks.h | 167 ModuleIdPath Path, in moduleImport() 467 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl() 310 ModuleIdPath Path) { in ActOnModuleImport() 321 Path = ModuleIdPath(ModuleNameLoc); in ActOnModuleImport() 344 Module *Mod, ModuleIdPath Path) { in ActOnModuleImport()
|
| H A D | SemaCodeComplete.cpp | 4129 ModuleIdPath Path) { in CodeCompleteModuleImport()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 157 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 109 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path, 576 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
|
| H A D | ClangExpressionParser.cpp | 121 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 148 ModuleIdPath Path, in moduleImport()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 792 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1849 ModuleIdPath Path, in loadModule()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 150 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef 2898 ModuleIdPath Path, bool IsFirstDecl); 2921 SourceLocation ImportLoc, ModuleIdPath Path); 2925 ModuleIdPath Path = {}); 12353 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
|