Lines Matching defs:__attribute__
6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un… method
7 - (void) depInA1 __attribute__((deprecated)); method
9 - (void) depInA2 __attribute__((deprecated)); method
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… method
12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note … method
13 - (void)FuzzyMeth __attribute__((deprecated)); method
14 - (void)FuzzyMeth1 __attribute__((unavailable)); method
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… method
19 - (void) depInA __attribute__((deprecated)); method
20 - (void) depInA2 __attribute__((deprecated)); method
22 - (void) unavailMeth2 __attribute__((unavailable)); method
23 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {… method
25 - (void)FuzzyMeth __attribute__((unavailable)); method
26 - (void)FuzzyMeth1 __attribute__((deprecated)); method