Searched refs:kind_retain (Results 1 – 16 of 16) sorted by relevance
284 if (Attributes & ObjCPropertyAttribute::kind_retain) in makePropertyAttributesAsWritten()662 if (Attributes & ObjCPropertyAttribute::kind_retain) in CreatePropertyDecl()907 (Attr & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()2655 ObjCPropertyAttribute::kind_retain | in CheckObjCPropertyAttributes()2667 ObjCPropertyAttribute::kind_retain | in CheckObjCPropertyAttributes()2687 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()2690 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()2711 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()2714 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()2731 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()[all …]
7329 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_retain | in ObjCPropertyFlagConflicts()7335 AssignCopyRetMask != ObjCPropertyAttribute::kind_retain && in ObjCPropertyFlagConflicts()7366 ObjCPropertyAttribute::kind_retain)) in CodeCompleteObjCPropertyFlags()
28 kind_retain = 0x10, enumerator
842 return (PropertyAttributes & (ObjCPropertyAttribute::kind_retain | in isRetaining()869 if (PropertyAttributes & ObjCPropertyAttribute::kind_retain) in getSetterKind()
122 if (AttrKind & (ObjCPropertyAttribute::kind_retain | in TraverseObjCMethodDecl()
178 if (propAttrs & ObjCPropertyAttribute::kind_retain) { in rewriteProperty()
660 RenderAttribute(ObjCPropertyAttribute::kind_retain, "retain"); in getFragmentsForObjCProperty()
1527 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl()
1105 attributeOnlyIfTrue("retain", Attrs & ObjCPropertyAttribute::kind_retain); in VisitObjCPropertyDecl()
2355 if (Attrs & ObjCPropertyAttribute::kind_retain) in VisitObjCPropertyDecl()
7878 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl()
795 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()855 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
948 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()1008 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
910 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in ParseObjCPropertyAttribute()
254 attrs &= ~ObjCPropertyAttribute::kind_retain; in PushPropertyAttributes()
8032 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in AddObjCClassProperty()