Home | History | Annotate | Download | only in Sema

Lines Matching refs:LHSType

772     QualType LHSType = S.Context.getCanonicalType(Prop->getType());
773 LHSType, RHSType)) {
776 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
1088 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1090 if (lhsType != rhsType &&
1091 lhsType->isArithmeticType()) {
1357 QualType LHSType =
1362 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1367 if (!isObjCPointerConversion(RHSType, LHSType,
1401 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1403 if (lhsType != rhsType && lhsType->isArithmeticType())