Home | History | Annotate | Download | only in Sema

Lines Matching refs:DQ_PR_copy

165                     !(Attributes & ObjCDeclSpec::DQ_PR_copy) &&
272 if (Attributes & ObjCDeclSpec::DQ_PR_copy)
474 if (Attributes & ObjCDeclSpec::DQ_PR_copy)
587 if (Attributes & ObjCDeclSpec::DQ_PR_copy)
751 ObjCDeclSpec::DQ_PR_copy |
763 ObjCDeclSpec::DQ_PR_copy |
772 (Attributes & ObjCDeclSpec::DQ_PR_copy) ?
2036 ObjCDeclSpec::DQ_PR_copy |
2059 ObjCDeclSpec::DQ_PR_copy |
2068 (Attributes & ObjCDeclSpec::DQ_PR_copy) ?
2078 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2084 Attributes & ObjCDeclSpec::DQ_PR_copy ? "copy" : "retain (or strong)");
2085 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2092 if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
2095 Attributes &= ~ObjCDeclSpec::DQ_PR_copy;
2114 if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
2117 Attributes &= ~ObjCDeclSpec::DQ_PR_copy;
2135 } else if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
2174 if (!(Attributes & (ObjCDeclSpec::DQ_PR_assign | ObjCDeclSpec::DQ_PR_copy |
2210 if (!(Attributes & ObjCDeclSpec::DQ_PR_copy)