Home | History | Annotate | Download | only in Sema

Lines Matching refs:LHSType

787       QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
789 if (lhsType != rhsType &&
790 lhsType->isArithmeticType()) {
1010 QualType LHSType =
1015 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1020 if (!isObjCPointerConversion(RHSType, LHSType,