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()
459 (Attributes & ObjCPropertyAttribute::kind_readwrite) && in HandlePropertyInClassExtension()
461 ObjCPropertyAttribute::kind_readwrite) in HandlePropertyInClassExtension()
660 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in CreatePropertyDecl()
1147 if (PIkind & ObjCPropertyAttribute::kind_readwrite) { in ActOnPropertyImplDecl()
1651 (SAttr & ObjCPropertyAttribute::kind_readwrite)) in DiagnosePropertyMismatch()
1951 ObjCPropertyAttribute::kind_readwrite) && in DefaultSynthesizeProperties()
2216 !(Attributes & ObjCPropertyAttribute::kind_readwrite)) in AtomicPropertySetterGetterRules()
2649 (Attributes & ObjCPropertyAttribute::kind_readwrite)) in CheckObjCPropertyAttributes()