Searched refs:newTypeParam (Results 1 – 1 of 1) sorted by relevance
853 ObjCTypeParamDecl *newTypeParam = newTypeParams->begin()[i]; in checkTypeParamListConsistency() local861 newTypeParam->setVariance(prevTypeParam->getVariance()); in checkTypeParamListConsistency()875 diagLoc = newTypeParam->getBeginLoc(); in checkTypeParamListConsistency()880 << newTypeParam->getDeclName() in checkTypeParamListConsistency()894 if (newTypeParam->getVariance() in checkTypeParamListConsistency()921 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()925 << newTypeParam->getUnderlyingType() in checkTypeParamListConsistency()926 << newTypeParam->getDeclName() in checkTypeParamListConsistency()952 = S.getLocForEndOfToken(newTypeParam->getLocation()); in checkTypeParamListConsistency()956 S.Diag(newTypeParam->getLocation(), in checkTypeParamListConsistency()[all …]