Searched refs:DQ_PR_copy (Results 1 – 4 of 4) sorted by relevance
99 !(Attributes & ObjCDeclSpec::DQ_PR_copy) && in ActOnProperty()253 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in HandlePropertyInClassExtension()353 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in CreatePropertyDecl()386 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in CreatePropertyDecl()1593 ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()1602 (Attributes & ObjCDeclSpec::DQ_PR_copy) ? in CheckObjCPropertyAttributes()1612 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()1618 Attributes & ObjCDeclSpec::DQ_PR_copy ? "copy" : "retain (or strong)"); in CheckObjCPropertyAttributes()1619 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()1625 if (Attributes & ObjCDeclSpec::DQ_PR_copy) { in CheckObjCPropertyAttributes()[all …]
4196 ObjCDeclSpec::DQ_PR_copy | in ObjCPropertyFlagConflicts()4204 ObjCDeclSpec::DQ_PR_copy | in ObjCPropertyFlagConflicts()4210 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_copy && in ObjCPropertyFlagConflicts()4241 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_copy)) in CodeCompleteObjCPropertyFlags()
702 DQ_PR_copy = 0x20, enumerator
520 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy); in ParseObjCPropertyAttribute()