Home | History | Annotate | Download | only in Sema

Lines Matching defs:LHSType

1076         QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1078 if (lhsType != rhsType &&
1079 lhsType->isArithmeticType()) {
1315 QualType LHSType =
1320 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1325 if (!isObjCPointerConversion(RHSType, LHSType,
1359 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1361 if (lhsType != rhsType && lhsType->isArithmeticType())