Searched refs:kind_strong (Results 1 – 11 of 11) sorted by relevance
43 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong | in getImpliedARCOwnership()83 attr = ObjCPropertyAttribute::kind_strong; in checkPropertyDeclWithOwnership()141 return ObjCPropertyAttribute::kind_strong; in deducePropertyOwnershipFromType()157 ObjCPropertyAttribute::kind_strong |293 if (Attributes & ObjCPropertyAttribute::kind_strong) in makePropertyAttributesAsWritten()294 attributesAsWritten |= ObjCPropertyAttribute::kind_strong; in makePropertyAttributesAsWritten()672 if (Attributes & ObjCPropertyAttribute::kind_strong) in CreatePropertyDecl()673 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CreatePropertyDecl()817 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()824 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()[all …]
6627 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()6633 AssignCopyRetMask != ObjCPropertyAttribute::kind_strong && in ObjCPropertyFlagConflicts()6666 ObjCPropertyAttribute::kind_strong)) in CodeCompleteObjCPropertyFlags()
34 kind_strong = 0x400, enumerator
867 ObjCPropertyAttribute::kind_strong | in isRetaining()893 if (PropertyAttributes & ObjCPropertyAttribute::kind_strong) in getSetterKind()
124 ObjCPropertyAttribute::kind_strong)) in TraverseObjCMethodDecl()
175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
1481 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) { in VisitObjCPropertyDecl()
1032 attributeOnlyIfTrue("strong", Attrs & ObjCPropertyAttribute::kind_strong); in VisitObjCPropertyDecl()
2249 if (Attrs & ObjCPropertyAttribute::kind_strong) in VisitObjCPropertyDecl()
874 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in ParseObjCPropertyAttribute()
252 attrs &= ~ObjCPropertyAttribute::kind_strong; in PushPropertyAttributes()