Lines Matching refs:note
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 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note …
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 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {…
26 - (void)FuzzyMeth1 __attribute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly…
30 @class C; // expected-note 10 {{forward declaration of class here}}
48 @interface DEPRECATED // expected-note {{'DEPRECATED' has been explicitly marked deprecated here}}