Searched refs:getVariance (Results 1 – 7 of 7) sorted by relevance
852 if (newTypeParam->getVariance() != prevTypeParam->getVariance()) { in checkTypeParamListConsistency()853 if (newTypeParam->getVariance() == ObjCTypeParamVariance::Invariant && in checkTypeParamListConsistency()857 newTypeParam->setVariance(prevTypeParam->getVariance()); in checkTypeParamListConsistency()858 } else if (prevTypeParam->getVariance() in checkTypeParamListConsistency()875 << static_cast<unsigned>(newTypeParam->getVariance()) in checkTypeParamListConsistency()877 << static_cast<unsigned>(prevTypeParam->getVariance()) in checkTypeParamListConsistency()879 switch (prevTypeParam->getVariance()) { in checkTypeParamListConsistency()887 = prevTypeParam->getVariance() == ObjCTypeParamVariance::Covariant in checkTypeParamListConsistency()890 if (newTypeParam->getVariance() in checkTypeParamListConsistency()906 newTypeParam->setVariance(prevTypeParam->getVariance()); in checkTypeParamListConsistency()[all …]
763 if (TypeParam->getVariance() != ObjCTypeParamVariance::Invariant) in checkPreObjCMessage()
1185 switch (Param->getVariance()) { in PrintObjCTypeParams()
1255 switch (D->getVariance()) { in VisitObjCTypeParamDecl()
8209 switch (typeParams->begin()[i]->getVariance()) { in sameObjCTypeArgs()
3907 Result, D, Importer.getToContext(), DC, D->getVariance(), in VisitObjCTypeParamDecl()
602 ObjCTypeParamVariance getVariance() const { in getVariance() function