Searched refs:DQ_PR_readonly (Results 1 – 4 of 4) sorted by relevance
155 !(Attributes & ObjCDeclSpec::DQ_PR_readonly)); in ActOnProperty()247 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in makePropertyAttributesAsWritten()354 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in HandlePropertyInClassExtension()595 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in CreatePropertyDecl()2124 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()2136 Attributes & ObjCDeclSpec::DQ_PR_readonly && in CheckObjCPropertyAttributes()2249 else if (!(Attributes & ObjCDeclSpec::DQ_PR_readonly)) { in CheckObjCPropertyAttributes()2277 &&!(Attributes & ObjCDeclSpec::DQ_PR_readonly) in CheckObjCPropertyAttributes()2282 !(Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()2287 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
4796 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in ObjCPropertyFlagConflicts()4829 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly)) in CodeCompleteObjCPropertyFlags()
794 DQ_PR_readonly = 0x01, enumerator
554 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly); in ParseObjCPropertyAttribute()