Home | History | Annotate | Download | only in Sema

Lines Matching refs:DQ_PR_weak

111     return ObjCDeclSpec::DQ_PR_weak;
164 !(Attributes & ObjCDeclSpec::DQ_PR_weak)));
261 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
446 (Attributes & ObjCDeclSpec::DQ_PR_weak) &&
465 ObjCDeclSpec::DQ_PR_weak)))
613 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
2142 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2147 << (Attributes & ObjCDeclSpec::DQ_PR_weak ? "weak" :
2149 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2172 (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
2175 Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
2196 (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
2199 Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
2212 if (Attributes & ObjCDeclSpec::DQ_PR_weak) {
2215 Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
2219 (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
2225 (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
2228 Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
2243 ObjCDeclSpec::DQ_PR_weak)) &&