Searched refs:kind_retain (Results 1 – 15 of 15) sorted by relevance
43 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong | in getImpliedARCOwnership()155 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |291 if (Attributes & ObjCPropertyAttribute::kind_retain) in makePropertyAttributesAsWritten()292 attributesAsWritten |= ObjCPropertyAttribute::kind_retain; in makePropertyAttributesAsWritten()669 if (Attributes & ObjCPropertyAttribute::kind_retain) in CreatePropertyDecl()670 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in CreatePropertyDecl()914 (Attr & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()928 ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()930 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()1667 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()[all …]
6626 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_retain | in ObjCPropertyFlagConflicts()6632 AssignCopyRetMask != ObjCPropertyAttribute::kind_retain && in ObjCPropertyFlagConflicts()6663 ObjCPropertyAttribute::kind_retain)) in CodeCompleteObjCPropertyFlags()
28 kind_retain = 0x10, enumerator
866 return (PropertyAttributes & (ObjCPropertyAttribute::kind_retain | in isRetaining()895 if (PropertyAttributes & ObjCPropertyAttribute::kind_retain) in getSetterKind()
122 if (AttrKind & (ObjCPropertyAttribute::kind_retain | in TraverseObjCMethodDecl()
178 if (propAttrs & ObjCPropertyAttribute::kind_retain) { in rewriteProperty()
1476 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl()
1026 attributeOnlyIfTrue("retain", Attrs & ObjCPropertyAttribute::kind_retain); in VisitObjCPropertyDecl()
2239 if (Attrs & ObjCPropertyAttribute::kind_retain) in VisitObjCPropertyDecl()
7057 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl()
795 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()855 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
947 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()1007 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
872 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in ParseObjCPropertyAttribute()
250 attrs &= ~ObjCPropertyAttribute::kind_retain; in PushPropertyAttributes()
7729 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in AddObjCClassProperty()