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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1334     if (!Context.hasSameType(PropertyIvarType, IvarType)) {
 1336           && isa<ObjCObjectPointerType>(IvarType))
 1340                                   IvarType->getAs<ObjCObjectPointerType>());
 1343                                              IvarType)
 1349           << Ivar->getDeclName() << IvarType;
 1359         QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
 1364             << Ivar->getDeclName() << IvarType;
 1370       if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() &&
 1379            PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() &&