Home | History | Annotate | Download | only in Sema

Lines Matching refs:DQ_PR_copy

298   if (Attributes & ObjCDeclSpec::DQ_PR_copy)
662 if (Attributes & ObjCDeclSpec::DQ_PR_copy)
2295 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2301 Attributes & ObjCDeclSpec::DQ_PR_copy ? "copy" : "retain (or strong)");
2302 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2309 if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
2312 Attributes &= ~ObjCDeclSpec::DQ_PR_copy;
2333 if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
2336 Attributes &= ~ObjCDeclSpec::DQ_PR_copy;
2354 } else if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
2436 if (!(Attributes & ObjCDeclSpec::DQ_PR_copy)