Home
last modified time | relevance | path

Searched defs:ImportD (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp94 const ImportDecl *ImportD, in reportModuleReferences()
104 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp741 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 Dcore_main.cpp142 handleModuleOccurrence(const ImportDecl * ImportD,const clang::Module * Mod,SymbolRoleSet Roles,SourceLocation Loc) handleModuleOccurrence() argument
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp229 bool CXIndexDataConsumer::handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence() argument
484 void CXIndexDataConsumer::importedModule(const ImportDecl *ImportD) { in importedModule() argument
H A DCIndex.cpp5099 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 DASTUnit.cpp973 if (const auto *ImportD = dyn_cast<ImportDecl>(D)) { AddTopLevelDeclarationToHash() local
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp9209 TEST_P(ImportInjectedClassNameType,ImportD) TEST_P() argument