Searched refs:DQ_PR_atomic (Results 1 – 4 of 4) sorted by relevance
304 if (Attributes & ObjCDeclSpec::DQ_PR_atomic) in makePropertyAttributesAsWritten()2393 if ((Attributes & ObjCDeclSpec::DQ_PR_atomic) && in CheckObjCPropertyAttributes()2397 Attributes &= ~ObjCDeclSpec::DQ_PR_atomic; in CheckObjCPropertyAttributes()
4912 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_atomic)) in CodeCompleteObjCPropertyFlags()
789 DQ_PR_atomic = 0x100, enumerator
907 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic); in ParseObjCPropertyAttribute()