Searched defs:ImportD (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/include/clang/Index/ |
H A D | IndexDataConsumer.h | 60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
|
/llvm-project/clang/lib/Index/ |
H A D | IndexingContext.cpp | 94 const ImportDecl *ImportD, in reportModuleReferences() 104 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 741 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, BuildModuleInclude() local 834 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, createImplicitModuleImportForErrorRecovery() local
|
/llvm-project/clang/tools/c-index-test/ |
H A D | core_main.cpp | 142 handleModuleOccurrence(const ImportDecl * ImportD,const clang::Module * Mod,SymbolRoleSet Roles,SourceLocation Loc) handleModuleOccurrence() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 229 bool CXIndexDataConsumer::handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence() argument 484 void CXIndexDataConsumer::importedModule(const ImportDecl *ImportD) { in importedModule() argument
|
H A D | CIndex.cpp | 5099 if (const ImportDecl *ImportD = dyn_cast<ImportDecl>(D)) getDeclSpelling() local 5338 if (const ImportDecl *ImportD = clang_Cursor_getSpellingNameRange() local 9007 if (const ImportDecl *ImportD = clang_Cursor_getModule() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 973 if (const auto *ImportD = dyn_cast<ImportDecl>(D)) { AddTopLevelDeclarationToHash() local
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 9209 TEST_P(ImportInjectedClassNameType,ImportD) TEST_P() argument
|