Searched refs:kind_readwrite (Results 1 – 10 of 10) sorted by relevance
27 kind_readwrite = 0x08, enumerator
186 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || in ActOnProperty() 274 if (Attributes & ObjCPropertyAttribute::kind_readwrite) in makePropertyAttributesAsWritten() 275 attributesAsWritten |= ObjCPropertyAttribute::kind_readwrite; in makePropertyAttributesAsWritten() 448 (Attributes & ObjCPropertyAttribute::kind_readwrite) && in HandlePropertyInClassExtension() 450 ObjCPropertyAttribute::kind_readwrite) in HandlePropertyInClassExtension() 643 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in CreatePropertyDecl() 1127 if (PIkind & ObjCPropertyAttribute::kind_readwrite) { in ActOnPropertyImplDecl() 1626 (SAttr & ObjCPropertyAttribute::kind_readwrite)) in DiagnosePropertyMismatch() 1926 ObjCPropertyAttribute::kind_readwrite) && in DefaultSynthesizeProperties() 2191 !(Attributes & ObjCPropertyAttribute::kind_readwrite)) in AtomicPropertySetterGetterRules() [all...]
7618 (Attributes & ObjCPropertyAttribute::kind_readwrite))7661 ObjCPropertyAttribute::kind_readwrite)) in AddObjCMethods()
1505 RenderAttribute(ObjCPropertyAttribute::kind_readwrite, "readwrite"); in getFragmentsForObjCProperty()
1653 ObjCPropertyAttribute::kind_readwrite) { in VisitObjCPropertyDecl()
150 ObjCPropertyAttribute::kind_readwrite) in HasUserDeclaredSetterMethod()
1205 Attrs & ObjCPropertyAttribute::kind_readwrite); in VisitObjCPropertyDecl()
2925 if (Attrs & ObjCPropertyAttribute::kind_readwrite)
925 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in ParseObjCPropertyAttribute()
8072 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in AddObjCClassProperty()