Searched refs:PropertyRValueType (Results 1 – 1 of 1) sorted by relevance
1694 QualType PropertyRValueType = in DiagnosePropertyAccessorMismatch() local1696 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1701 PropertyRValueType->getAs<ObjCObjectPointerType>()) && in DiagnosePropertyAccessorMismatch()1705 Loc, GetterType, PropertyRValueType) != Sema::Compatible) { in DiagnosePropertyAccessorMismatch()1707 << property->getDeclName() << PropertyRValueType in DiagnosePropertyAccessorMismatch()1713 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch()