Searched refs:prevTypeParamList (Results 1 – 1 of 1) sorted by relevance
1014 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface() local1017 if (checkTypeParamListConsistency(*this, prevTypeParamList, in ActOnStartClassInterface()1025 Diag(prevTypeParamList->getLAngleLoc(), diag::note_previous_decl) in ActOnStartClassInterface()1030 for (auto typeParam : *prevTypeParamList) { in ActOnStartClassInterface()1841 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface() local1842 if (checkTypeParamListConsistency(*this, prevTypeParamList, typeParamList, in ActOnStartCategoryInterface()