Searched refs:GetterType (Results 1 – 1 of 1) sorted by relevance
1693 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local1696 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1702 (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>())) in DiagnosePropertyAccessorMismatch()1705 Loc, GetterType, PropertyRValueType) != Sema::Compatible) { in DiagnosePropertyAccessorMismatch()1708 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1714 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()