Searched refs:DQ_PR_readonly (Results 1 – 4 of 4) sorted by relevance
158 !(Attributes & ObjCDeclSpec::DQ_PR_readonly)); in ActOnProperty()256 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in makePropertyAttributesAsWritten()382 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in HandlePropertyInClassExtension()607 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in CreatePropertyDecl()2021 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()2030 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) { in CheckObjCPropertyAttributes()2154 else if (!(Attributes & ObjCDeclSpec::DQ_PR_readonly)) { in CheckObjCPropertyAttributes()2182 &&!(Attributes & ObjCDeclSpec::DQ_PR_readonly) in CheckObjCPropertyAttributes()2187 !(Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()2192 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
4700 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in ObjCPropertyFlagConflicts()4733 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly)) in CodeCompleteObjCPropertyFlags()
784 DQ_PR_readonly = 0x01, enumerator
587 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly); in ParseObjCPropertyAttribute()