Searched refs:GetterType (Results 1 – 1 of 1) sorted by relevance
1703 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local1706 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1712 (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>())) in DiagnosePropertyAccessorMismatch()1715 SemaRef.CheckAssignmentConstraints(Loc, GetterType, in DiagnosePropertyAccessorMismatch()1719 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1725 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()