Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/Lex/
DModuleLoader.h32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable
121 ModuleIdPath Path,
166 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
DPPCallbacks.h167 ModuleIdPath Path, in moduleImport()
431 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
/external/clang/include/clang/Lex/
DModuleLoader.h30 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation> > ModuleIdPath; typedef
95 ModuleIdPath Path,
DPPCallbacks.h144 ModuleIdPath Path, in moduleImport()
366 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.h102 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
195 void appendArgument(const char *Name, ModuleIdPath Value);
DPPCallbacksTracker.cpp157 ModuleIdPath Path, in moduleImport()
536 void PPCallbacksTracker::appendArgument(const char *Name, ModuleIdPath Value) { in appendArgument()
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp92 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()
DSemaCodeComplete.cpp4072 ModuleIdPath Path) { in CodeCompleteModuleImport()
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h123 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp55 ModuleIdPath Path, in loadModule()
DPPCallbacksTest.cpp37 ModuleIdPath Path, in loadModule()
DLexerTest.cpp31 ModuleIdPath Path, in loadModule()
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp100 ModuleIdPath Path, in moduleImport()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp109 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path,
590 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
DClangExpressionParser.cpp121 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp55 ModuleIdPath Path, in loadModule()
/external/clang/include/clang/Frontend/
DCompilerInstance.h765 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
DASTUnit.h906 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h804 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/external/clang/lib/Frontend/
DCompilerInstance.cpp1411 ModuleIdPath Path, in loadModule()
/external/llvm-project/clang-tools-extra/docs/
Dpp-trace.rst267 Path "(path)" ModuleIdPath
/external/llvm-project/clang/include/clang/Sema/
DSema.h147 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/
DCompilerInstance.cpp1868 ModuleIdPath Path, in loadModule()
/external/clang/include/clang/Sema/
DSema.h130 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef
1857 ModuleIdPath Path);
9218 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3280 ModuleIdPath Path) { in CodeCompleteModuleImport()

12