Lines Matching defs:SharedState
285 Importer.SharedState->markAsNewDecl(ToD);
349 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable();
4005 if (ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable())
6709 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable();
8964 std::shared_ptr<ASTImporterSharedState> SharedState)
8965 : SharedState(SharedState), ToContext(ToContext), FromContext(FromContext),
8970 if (!SharedState) {
8971 this->SharedState = std::make_shared<ASTImporterSharedState>();
9012 if (SharedState->getLookupTable()) {
9014 SharedState->getLookupTable()->lookup(ReDC, Name);
9036 SharedState->addDeclToLookup(ToD);
9435 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) {
9477 SharedState->removeDeclFromLookup(ToD);
9495 SharedState->setImportDeclError(Pos->second, ErrOut);
9518 SharedState->setImportDeclError(Ii->second, ErrOut);
9544 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) {