Home
last modified time | relevance | path

Searched refs:ImporterSharedSt (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/CrossTU/
HDCrossTranslationUnit.cpp777 if (!ImporterSharedSt) in lazyInitImporterSharedSt()
778 ImporterSharedSt = std::make_shared<ASTImporterSharedState>(*ToTU); in lazyInitImporterSharedSt()
791 From.getSourceManager().getFileManager(), false, ImporterSharedSt); in getOrCreateASTImporter()
804 if (!ImporterSharedSt) in isImportedAsNew()
806 return ImporterSharedSt->isNewDecl(const_cast<Decl *>(ToDecl)); in isImportedAsNew()
810 if (!ImporterSharedSt) in hasError()
813 ImporterSharedSt->getImportDeclErrorIfAny(const_cast<Decl *>(ToDecl))); in hasError()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/CrossTU/
HDCrossTranslationUnit.h228 std::shared_ptr<ASTImporterSharedState> ImporterSharedSt; variable