Searched refs:PropertyRValueType (Results 1 – 1 of 1) sorted by relevance
1661 QualType PropertyRValueType = in DiagnosePropertyAccessorMismatch() local1663 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1668 PropertyRValueType->getAs<ObjCObjectPointerType>()) && in DiagnosePropertyAccessorMismatch()1671 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType) in DiagnosePropertyAccessorMismatch()1674 << property->getDeclName() << PropertyRValueType in DiagnosePropertyAccessorMismatch()1680 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch()