Home | History | Annotate | Download | only in Sema

Lines Matching defs:RHSType

767   QualType RHSType = S.Context.getCanonicalType(Property->getType());
773 RHSType)) {
776 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
1089 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
1090 if (lhsType != rhsType &&
1359 QualType RHSType =
1362 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1367 if (!isObjCPointerConversion(RHSType, LHSType,
1402 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType();
1403 if (lhsType != rhsType && lhsType->isArithmeticType())