Searched refs:PropertyIvarType (Results 1 – 1 of 1) sorted by relevance
1196 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl() local1198 if (SemaRef.RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()1208 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()1219 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()1223 PropertyIvarType = in ActOnPropertyImplDecl()1224 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()1243 PropertyIvarType->getAs<ObjCObjectPointerType>()) { in ActOnPropertyImplDecl()1248 << PropertyIvarType; in ActOnPropertyImplDecl()1280 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()1281 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()[all …]