Searched refs:newTypeParam (Results 1 – 1 of 1) sorted by relevance
871 diagLoc = newTypeParam->getBeginLoc(); in checkTypeParamListConsistency()876 << newTypeParam->getDeclName() in checkTypeParamListConsistency()890 if (newTypeParam->getVariance() in checkTypeParamListConsistency()917 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()921 << newTypeParam->getUnderlyingType() in checkTypeParamListConsistency()922 << newTypeParam->getDeclName() in checkTypeParamListConsistency()937 newTypeParam->setTypeSourceInfo( in checkTypeParamListConsistency()949 = S.getLocForEndOfToken(newTypeParam->getLocation()); in checkTypeParamListConsistency()953 S.Diag(newTypeParam->getLocation(), in checkTypeParamListConsistency()956 << newTypeParam->getDeclName() in checkTypeParamListConsistency()[all …]