Home | History | Annotate | Download | only in Sema

Lines Matching refs:rhsType

1077         QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
1078 if (lhsType != rhsType &&
1317 QualType RHSType =
1320 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1325 if (!isObjCPointerConversion(RHSType, LHSType,
1360 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType();
1361 if (lhsType != rhsType && lhsType->isArithmeticType())