reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1662   bool compat = Context.hasSameType(PropertyRValueType, GetterType);
 1668         (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>()))
 1670     else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType)
 1674             << GetterMethod->getSelector() << GetterType;
 1680       QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType();