Searched refs:PropertyRValueType (Results 1 – 1 of 1) sorted by relevance
1716 QualType PropertyRValueType = in DiagnosePropertyAccessorMismatch() local1718 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1723 PropertyRValueType->getAs<ObjCObjectPointerType>()) && in DiagnosePropertyAccessorMismatch()1726 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType) in DiagnosePropertyAccessorMismatch()1729 << property->getDeclName() << PropertyRValueType in DiagnosePropertyAccessorMismatch()1735 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch()