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);
 1667              PropertyRValueType->getAs<ObjCObjectPointerType>()) &&
 1670     else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType)
 1673             << property->getDeclName() << PropertyRValueType
 1679       QualType lhsType = Context.getCanonicalType(PropertyRValueType);