Lines Matching refs:unavailable
6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un… argument
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… argument
12 …ttribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly mark… argument
14 - (void)FuzzyMeth1 __attribute__((unavailable)); argument
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… argument
22 - (void) unavailMeth2 __attribute__((unavailable)); argument
23 …ttribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly mark… argument
25 - (void)FuzzyMeth __attribute__((unavailable)); argument
34 …[c unavailMeth]; // expected-warning {{'unavailMeth' maybe unavailable because receiver type is un…
36 …[c unavailMeth1]; // expected-warning {{'unavailMeth1' maybe unavailable because receiver type is …
38 …[c unavailMeth2]; // expected-warning {{'unavailMeth2' maybe unavailable because receiver type is …
39 …[c depunavailInA]; // expected-warning {{'depunavailInA' maybe unavailable because receiver type i…
40 …[c depunavailInA1];// expected-warning {{'depunavailInA1' maybe unavailable because receiver type …