Searched refs:rhsType (Results 1 – 1 of 1) sorted by relevance
1368 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local1369 if (lhsType != rhsType && in ActOnPropertyImplDecl()1714 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local1715 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()