Searched refs:kind_readonly (Results 1 – 13 of 13) sorted by relevance
24 kind_readonly = 0x01, enumerator
838 return (PropertyAttributes & ObjCPropertyAttribute::kind_readonly); in isReadOnly()
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()[all …]
7477 if ((Attributes & ObjCPropertyAttribute::kind_readonly) && in ObjCPropertyFlagConflicts()7512 ObjCPropertyAttribute::kind_readonly)) in CodeCompleteObjCPropertyFlags()
305 ObjCPropertyAttribute::kind_readonly)) { in checkAllProps()
1398 ObjCPropertyAttribute::kind_readonly) in recordObjCProperties()
1496 RenderAttribute(ObjCPropertyAttribute::kind_readonly, "readonly"); in getFragmentsForObjCProperty()
1656 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) { in VisitObjCPropertyDecl()
1198 Attrs & ObjCPropertyAttribute::kind_readonly); in VisitObjCPropertyDecl()
2810 if (Attrs & ObjCPropertyAttribute::kind_readonly) in VisitObjCPropertyDecl()
918 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readonly); in ParseObjCPropertyAttribute()
250 if (attrs & ObjCPropertyAttribute::kind_readonly) { in PushPropertyAttributes()
8062 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_readonly); in AddObjCClassProperty()