Searched refs:PropertyRValueType (Results 1 – 1 of 1) sorted by relevance
1496 QualType PropertyRValueType = in DiagnosePropertyAccessorMismatch() local1498 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1503 PropertyRValueType->getAs<ObjCObjectPointerType>()) && in DiagnosePropertyAccessorMismatch()1506 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType) in DiagnosePropertyAccessorMismatch()1509 << property->getDeclName() << PropertyRValueType in DiagnosePropertyAccessorMismatch()1515 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch()