Searched refs:kind_strong (Results 1 – 12 of 12) sorted by relevance
44 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong | in getImpliedARCOwnership()84 attr = ObjCPropertyAttribute::kind_strong; in checkPropertyDeclWithOwnership()141 return ObjCPropertyAttribute::kind_strong; in deducePropertyOwnershipFromType()157 ObjCPropertyAttribute::kind_strong |286 if (Attributes & ObjCPropertyAttribute::kind_strong) in makePropertyAttributesAsWritten()287 attributesAsWritten |= ObjCPropertyAttribute::kind_strong; in makePropertyAttributesAsWritten()650 if (Attributes & ObjCPropertyAttribute::kind_strong) in CreatePropertyDecl()651 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CreatePropertyDecl()795 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()802 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()[all …]
7487 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()7493 AssignCopyRetMask != ObjCPropertyAttribute::kind_strong && in ObjCPropertyFlagConflicts()7527 ObjCPropertyAttribute::kind_strong)) in CodeCompleteObjCPropertyFlags()
34 kind_strong = 0x400, enumerator
849 ObjCPropertyAttribute::kind_strong | in isRetaining()873 if (PropertyAttributes & ObjCPropertyAttribute::kind_strong) in getSetterKind()
124 ObjCPropertyAttribute::kind_strong)) in TraverseObjCMethodDecl()
175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
1633 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) { in VisitObjCPropertyDecl()
1208 attributeOnlyIfTrue("strong", Attrs & ObjCPropertyAttribute::kind_strong); in VisitObjCPropertyDecl()
2826 if (Attrs & ObjCPropertyAttribute::kind_strong) in VisitObjCPropertyDecl()
1490 RenderAttribute(ObjCPropertyAttribute::kind_strong, "strong"); in getFragmentsForObjCProperty()
928 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in ParseObjCPropertyAttribute()
254 attrs &= ~ObjCPropertyAttribute::kind_strong; in PushPropertyAttributes()