Lines Matching refs:DQ_PR_retain
97 !(Attributes & ObjCDeclSpec::DQ_PR_retain) && in ActOnProperty()
249 if (Attributes & ObjCDeclSpec::DQ_PR_retain) in HandlePropertyInClassExtension()
347 if (Attributes & ObjCDeclSpec::DQ_PR_retain) in CreatePropertyDecl()
377 if (Attributes & ObjCDeclSpec::DQ_PR_retain) in CreatePropertyDecl()
1594 ObjCDeclSpec::DQ_PR_retain | in CheckObjCPropertyAttributes()
1613 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong)) && in CheckObjCPropertyAttributes()
1620 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong); in CheckObjCPropertyAttributes()
1630 if (Attributes & ObjCDeclSpec::DQ_PR_retain) { in CheckObjCPropertyAttributes()
1633 Attributes &= ~ObjCDeclSpec::DQ_PR_retain; in CheckObjCPropertyAttributes()
1652 if (Attributes & ObjCDeclSpec::DQ_PR_retain) { in CheckObjCPropertyAttributes()
1655 Attributes &= ~ObjCDeclSpec::DQ_PR_retain; in CheckObjCPropertyAttributes()
1669 if (Attributes & ObjCDeclSpec::DQ_PR_retain) { in CheckObjCPropertyAttributes()
1672 Attributes &= ~ObjCDeclSpec::DQ_PR_retain; in CheckObjCPropertyAttributes()
1685 else if ((Attributes & ObjCDeclSpec::DQ_PR_retain) && in CheckObjCPropertyAttributes()
1702 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong | in CheckObjCPropertyAttributes()