Lines Matching full:explicitly
6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un…
7 - (void) depInA1 __attribute__((deprecated)); // expected-note {{'depInA1' has been explicitly mark…
9 - (void) depInA2 __attribute__((deprecated)); // expected-note {{'depInA2' has been explicitly mark…
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
12 …deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailab…
13 - (void)FuzzyMeth __attribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly m…
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked…
23 …deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailab…
26 - (void)FuzzyMeth1 __attribute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly…
48 @interface DEPRECATED // expected-note {{'DEPRECATED' has been explicitly marked deprecated here}}