Searched refs:IvarType (Results 1 – 1 of 1) sorted by relevance
1064 QualType IvarType = Context.getCanonicalType(Ivar->getType()); in ActOnPropertyImplDecl() local1067 if (!Context.hasSameType(PropertyIvarType, IvarType)) { in ActOnPropertyImplDecl()1069 && isa<ObjCObjectPointerType>(IvarType)) in ActOnPropertyImplDecl()1073 IvarType->getAs<ObjCObjectPointerType>()); in ActOnPropertyImplDecl()1076 IvarType) in ActOnPropertyImplDecl()1082 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()1092 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl()1097 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()1103 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()1112 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()