Lines Matching refs:kind_readwrite
188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || in ActOnProperty()
276 if (Attributes & ObjCPropertyAttribute::kind_readwrite) in makePropertyAttributesAsWritten()
277 attributesAsWritten |= ObjCPropertyAttribute::kind_readwrite; in makePropertyAttributesAsWritten()
450 (Attributes & ObjCPropertyAttribute::kind_readwrite) && in HandlePropertyInClassExtension()
452 ObjCPropertyAttribute::kind_readwrite) in HandlePropertyInClassExtension()
645 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in CreatePropertyDecl()
1129 if (PIkind & ObjCPropertyAttribute::kind_readwrite) { in ActOnPropertyImplDecl()
1628 (SAttr & ObjCPropertyAttribute::kind_readwrite)) in DiagnosePropertyMismatch()
1928 ObjCPropertyAttribute::kind_readwrite) && in DefaultSynthesizeProperties()
2193 !(Attributes & ObjCPropertyAttribute::kind_readwrite)) in AtomicPropertySetterGetterRules()
2627 (Attributes & ObjCPropertyAttribute::kind_readwrite)) in CheckObjCPropertyAttributes()