Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Index/
H A DIndexDataConsumer.h60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp95 const ImportDecl *ImportD, in reportModuleReferences()
105 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp648 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in BuildModuleInclude() local
741 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in createImplicitModuleImportForErrorRecovery() local
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp142 bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp228 bool CXIndexDataConsumer::handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
485 void CXIndexDataConsumer::importedModule(const ImportDecl *ImportD) { in importedModule()
H A DCIndex.cpp8720 if (const ImportDecl *ImportD = in clang_Cursor_getModule() local
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp953 if (const auto *ImportD = dyn_cast<ImportDecl>(D)) { in AddTopLevelDeclarationToHash() local