Searched refs:GetterType (Results 1 – 1 of 1) sorted by relevance
1480 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local1482 bool compat = Context.hasSameType(PropertyIvarType, GetterType); in DiagnosePropertyAccessorMismatch()1487 (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>())) in DiagnosePropertyAccessorMismatch()1489 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyIvarType) in DiagnosePropertyAccessorMismatch()1493 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1499 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()