Searched refs:IvarType (Results 1 – 1 of 1) sorted by relevance
1341 QualType IvarType = Context.getCanonicalType(Ivar->getType()); in ActOnPropertyImplDecl() local1344 if (!Context.hasSameType(PropertyIvarType, IvarType)) { in ActOnPropertyImplDecl()1346 && isa<ObjCObjectPointerType>(IvarType)) in ActOnPropertyImplDecl()1349 IvarType->castAs<ObjCObjectPointerType>()); in ActOnPropertyImplDecl()1352 PropertyIvarLoc, PropertyIvarType, IvarType) == in ActOnPropertyImplDecl()1358 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()1368 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl()1373 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()1379 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()1388 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()