Searched refs:GetterType (Results 1 – 1 of 1) sorted by relevance
1713 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local1716 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1722 (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>())) in DiagnosePropertyAccessorMismatch()1724 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType) in DiagnosePropertyAccessorMismatch()1728 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1734 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()