Searched refs:IvarType (Results 1 – 1 of 1) sorted by relevance
1360 QualType IvarType = Context.getCanonicalType(Ivar->getType()); in ActOnPropertyImplDecl() local1363 if (!Context.hasSameType(PropertyIvarType, IvarType)) { in ActOnPropertyImplDecl()1365 && isa<ObjCObjectPointerType>(IvarType)) in ActOnPropertyImplDecl()1369 IvarType->getAs<ObjCObjectPointerType>()); in ActOnPropertyImplDecl()1372 IvarType) in ActOnPropertyImplDecl()1378 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()1388 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl()1393 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()1399 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()1408 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()