Searched refs:ImporterSharedSt (Results 1 – 2 of 2) sorted by relevance
777 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()
228 std::shared_ptr<ASTImporterSharedState> ImporterSharedSt; variable