Searched refs:ModuleIdPath (Results 1 – 12 of 12) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 30 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation> > ModuleIdPath; typedef 95 ModuleIdPath Path,
|
H A D | PPCallbacks.h | 142 ModuleIdPath Path, in moduleImport() 365 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport()
|
/minix3/external/bsd/llvm/dist/clang/unittests/Lex/ |
H A D | PPConditionalDirectiveRecordTest.cpp | 56 ModuleIdPath Path, in loadModule()
|
H A D | PPCallbacksTest.cpp | 37 ModuleIdPath Path, in loadModule()
|
H A D | LexerTest.cpp | 32 ModuleIdPath Path, in loadModule()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 702 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
H A D | ASTUnit.h | 875 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule()
|
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/ |
H A D | SourceManagerTest.cpp | 56 ModuleIdPath Path, in loadModule()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1331 ModuleIdPath Path, in loadModule()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 128 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef 1745 ModuleIdPath Path); 8383 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 3161 ModuleIdPath Path) { in CodeCompleteModuleImport()
|
H A D | SemaDecl.cpp | 13800 ModuleIdPath Path) { in ActOnModuleImport()
|