Searched refs:kind_retain (Results 1 – 15 of 15) sorted by relevance
44 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong | in getImpliedARCOwnership()155 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |284 if (Attributes & ObjCPropertyAttribute::kind_retain) in makePropertyAttributesAsWritten()285 attributesAsWritten |= ObjCPropertyAttribute::kind_retain; in makePropertyAttributesAsWritten()647 if (Attributes & ObjCPropertyAttribute::kind_retain) in CreatePropertyDecl()648 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in CreatePropertyDecl()892 (Attr & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()906 ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()908 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()1636 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()[all …]
7486 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_retain | in ObjCPropertyFlagConflicts()7492 AssignCopyRetMask != ObjCPropertyAttribute::kind_retain && in ObjCPropertyFlagConflicts()7524 ObjCPropertyAttribute::kind_retain)) in CodeCompleteObjCPropertyFlags()
28 kind_retain = 0x10, enumerator
848 return (PropertyAttributes & (ObjCPropertyAttribute::kind_retain | in isRetaining()875 if (PropertyAttributes & ObjCPropertyAttribute::kind_retain) in getSetterKind()
122 if (AttrKind & (ObjCPropertyAttribute::kind_retain | in TraverseObjCMethodDecl()
178 if (propAttrs & ObjCPropertyAttribute::kind_retain) { in rewriteProperty()
1489 RenderAttribute(ObjCPropertyAttribute::kind_retain, "retain"); in getFragmentsForObjCProperty()
1628 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl()
1202 attributeOnlyIfTrue("retain", Attrs & ObjCPropertyAttribute::kind_retain); in VisitObjCPropertyDecl()
2816 if (Attrs & ObjCPropertyAttribute::kind_retain) in VisitObjCPropertyDecl()
8345 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl()
926 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in ParseObjCPropertyAttribute()
947 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()1007 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
252 attrs &= ~ObjCPropertyAttribute::kind_retain; in PushPropertyAttributes()
8068 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in AddObjCClassProperty()