Searched refs:DQ_PR_atomic (Results 1 – 4 of 4) sorted by relevance
269 if (Attributes & ObjCDeclSpec::DQ_PR_atomic) in makePropertyAttributesAsWritten()360 if (Attributes & ObjCDeclSpec::DQ_PR_atomic) in HandlePropertyInClassExtension()2231 if ((Attributes & ObjCDeclSpec::DQ_PR_atomic) && in CheckObjCPropertyAttributes()2235 Attributes &= ~ObjCDeclSpec::DQ_PR_atomic; in CheckObjCPropertyAttributes()
4846 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_atomic)) in CodeCompleteObjCPropertyFlags()
802 DQ_PR_atomic = 0x100, enumerator
570 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic); in ParseObjCPropertyAttribute()