/external/llvm-project/clang/include/clang/Lex/ |
D | ModuleLoader.h | 32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable 121 ModuleIdPath Path, 166 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
|
D | PPCallbacks.h | 167 ModuleIdPath Path, in moduleImport() 431 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
|
/external/clang/include/clang/Lex/ |
D | ModuleLoader.h | 30 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation> > ModuleIdPath; typedef 95 ModuleIdPath Path,
|
D | PPCallbacks.h | 144 ModuleIdPath Path, in moduleImport() 366 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.h | 102 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, 195 void appendArgument(const char *Name, ModuleIdPath Value);
|
D | PPCallbacksTracker.cpp | 157 ModuleIdPath Path, in moduleImport() 536 void PPCallbacksTracker::appendArgument(const char *Name, ModuleIdPath Value) { in appendArgument()
|
/external/llvm-project/clang/lib/Sema/ |
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()
|
D | SemaCodeComplete.cpp | 4072 ModuleIdPath Path) { in CodeCompleteModuleImport()
|
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 123 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
/external/clang/unittests/Lex/ |
D | PPConditionalDirectiveRecordTest.cpp | 55 ModuleIdPath Path, in loadModule()
|
D | PPCallbacksTest.cpp | 37 ModuleIdPath Path, in loadModule()
|
D | LexerTest.cpp | 31 ModuleIdPath Path, in loadModule()
|
/external/llvm-project/clang/lib/Tooling/DependencyScanning/ |
D | ModuleDepCollector.cpp | 100 ModuleIdPath Path, in moduleImport()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangModulesDeclVendor.cpp | 109 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path, 590 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
|
D | ClangExpressionParser.cpp | 121 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
|
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 55 ModuleIdPath Path, in loadModule()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 765 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
D | ASTUnit.h | 906 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 804 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 1411 ModuleIdPath Path, in loadModule()
|
/external/llvm-project/clang-tools-extra/docs/ |
D | pp-trace.rst | 267 Path "(path)" ModuleIdPath …
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 147 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef 2729 ModuleIdPath Path, bool IsFirstDecl); 2752 SourceLocation ImportLoc, ModuleIdPath Path); 2756 ModuleIdPath Path = {}); 12035 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 1868 ModuleIdPath Path, in loadModule()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 130 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef 1857 ModuleIdPath Path); 9218 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3280 ModuleIdPath Path) { in CodeCompleteModuleImport()
|