Home | History | Annotate | Download | only in Sema

Lines Matching refs:DQ_PR_weak

111     return ObjCDeclSpec::DQ_PR_weak;
167 !(Attributes & ObjCDeclSpec::DQ_PR_weak)));
270 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
584 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
2039 ObjCDeclSpec::DQ_PR_weak |
2078 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2083 << (Attributes & ObjCDeclSpec::DQ_PR_weak ? "weak" :
2085 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2108 (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
2111 Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
2130 (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
2133 Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
2146 if (Attributes & ObjCDeclSpec::DQ_PR_weak) {
2149 Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
2153 (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
2159 (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
2162 Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
2177 ObjCDeclSpec::DQ_PR_weak)) &&