Lines Matching refs:kind_readonly
190 !(Attributes & ObjCPropertyAttribute::kind_readonly)); in ActOnProperty()
274 if (Attributes & ObjCPropertyAttribute::kind_readonly) in makePropertyAttributesAsWritten()
275 attributesAsWritten |= ObjCPropertyAttribute::kind_readonly; in makePropertyAttributesAsWritten()
352 if ((Attrs & ObjCPropertyAttribute::kind_readonly) == 0) in checkAtomicPropertyMismatch()
635 if (Attributes & ObjCPropertyAttribute::kind_readonly) in CreatePropertyDecl()
636 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_readonly); in CreatePropertyDecl()
1120 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) && in ActOnPropertyImplDecl()
1206 ObjCPropertyAttribute::kind_readonly) && in ActOnPropertyImplDecl()
1627 if ((CAttr & ObjCPropertyAttribute::kind_readonly) && in DiagnosePropertyMismatch()
1635 else if (!(SAttr & ObjCPropertyAttribute::kind_readonly)) { in DiagnosePropertyMismatch()
1847 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) in SuperClassImplementsProperty()
1890 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) in DefaultSynthesizeProperties()
1930 ObjCPropertyAttribute::kind_readonly) && in DefaultSynthesizeProperties()
2626 if ((Attributes & ObjCPropertyAttribute::kind_readonly) && in CheckObjCPropertyAttributes()
2756 if (Attributes & ObjCPropertyAttribute::kind_readonly) { in CheckObjCPropertyAttributes()
2787 !(Attributes & ObjCPropertyAttribute::kind_readonly) && in CheckObjCPropertyAttributes()
2792 !(Attributes & ObjCPropertyAttribute::kind_readonly) && in CheckObjCPropertyAttributes()
2797 if ((Attributes & ObjCPropertyAttribute::kind_readonly) && in CheckObjCPropertyAttributes()