Searched refs:PropertyRValueType (Results 1 – 1 of 1) sorted by relevance
1715 QualType PropertyRValueType = in DiagnosePropertyAccessorMismatch() local1717 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1722 PropertyRValueType->getAs<ObjCObjectPointerType>()) && in DiagnosePropertyAccessorMismatch()1725 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType) in DiagnosePropertyAccessorMismatch()1728 << property->getDeclName() << PropertyRValueType in DiagnosePropertyAccessorMismatch()1734 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch()