Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexDataConsumer.h60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp425 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in BuildModuleInclude() local
511 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in createImplicitModuleImportForErrorRecovery() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp96 const ImportDecl *ImportD, in reportModuleReferences()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp141 bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp223 bool CXIndexDataConsumer::handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
478 void CXIndexDataConsumer::importedModule(const ImportDecl *ImportD) { in importedModule()
H A DCIndex.cpp4597 if (const ImportDecl *ImportD = dyn_cast<ImportDecl>(D)) in getDeclSpelling() local
4836 if (const ImportDecl *ImportD = in clang_Cursor_getSpellingNameRange() local
8427 if (const ImportDecl *ImportD = in clang_Cursor_getModule() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp925 if (const auto *ImportD = dyn_cast<ImportDecl>(D)) { in AddTopLevelDeclarationToHash() local