Searched refs:prevTypeParamList (Results 1 – 1 of 1) sorted by relevance
1016 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface() local1019 if (checkTypeParamListConsistency(*this, prevTypeParamList, in ActOnStartClassInterface()1027 Diag(prevTypeParamList->getLAngleLoc(), diag::note_previous_decl) in ActOnStartClassInterface()1032 for (auto *typeParam : *prevTypeParamList) { in ActOnStartClassInterface()1868 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface() local1869 if (checkTypeParamListConsistency(*this, prevTypeParamList, typeParamList, in ActOnStartCategoryInterface()