Searched refs:PropertyIvarType (Results 1 – 1 of 1) sorted by relevance
1195 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl() local1197 if (SemaRef.RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()1207 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()1218 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()1222 PropertyIvarType = in ActOnPropertyImplDecl()1223 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()1242 PropertyIvarType->getAs<ObjCObjectPointerType>()) { in ActOnPropertyImplDecl()1247 << PropertyIvarType; in ActOnPropertyImplDecl()1279 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()1280 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()[all …]