Lines Matching refs:DQ_PR_copy
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()
1628 Attributes &= ~ObjCDeclSpec::DQ_PR_copy; in CheckObjCPropertyAttributes()
1647 if (Attributes & ObjCDeclSpec::DQ_PR_copy) { in CheckObjCPropertyAttributes()
1650 Attributes &= ~ObjCDeclSpec::DQ_PR_copy; in CheckObjCPropertyAttributes()
1668 } else if (Attributes & ObjCDeclSpec::DQ_PR_copy) { in CheckObjCPropertyAttributes()
1700 if (!(Attributes & (ObjCDeclSpec::DQ_PR_assign | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
1720 if (!(Attributes & ObjCDeclSpec::DQ_PR_copy) in CheckObjCPropertyAttributes()