Searched refs:prevTypeParamList (Results 1 – 1 of 1) sorted by relevance
1017 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface() local1020 if (checkTypeParamListConsistency(SemaRef, prevTypeParamList, in ActOnStartClassInterface()1028 Diag(prevTypeParamList->getLAngleLoc(), diag::note_previous_decl) in ActOnStartClassInterface()1033 for (auto *typeParam : *prevTypeParamList) { in ActOnStartClassInterface()1865 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface() local1867 SemaRef, prevTypeParamList, typeParamList, in ActOnStartCategoryInterface()