Searched refs:IvarType (Results 1 – 1 of 1) sorted by relevance
1156 QualType IvarType = Context.getCanonicalType(Ivar->getType()); in ActOnPropertyImplDecl() local1159 if (!Context.hasSameType(PropertyIvarType, IvarType)) { in ActOnPropertyImplDecl()1161 && isa<ObjCObjectPointerType>(IvarType)) in ActOnPropertyImplDecl()1165 IvarType->getAs<ObjCObjectPointerType>()); in ActOnPropertyImplDecl()1168 IvarType) in ActOnPropertyImplDecl()1174 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()1184 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl()1189 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()1195 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()1204 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()