Lines Matching refs:deprecated
7 - (void) depInA1 __attribute__((deprecated)); // expected-note {{'depInA1' has been explicitly mark… argument
9 - (void) depInA2 __attribute__((deprecated)); // expected-note {{'depInA2' has been explicitly mark… argument
12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note …
13 - (void)FuzzyMeth __attribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly m… argument
19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked… argument
20 - (void) depInA2 __attribute__((deprecated)); argument
23 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {…
26 - (void)FuzzyMeth1 __attribute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly… argument
33 …[c depInA]; // expected-warning {{'depInA' may be deprecated because the receiver type is unknown}}
35 …[c depInA1]; // expected-warning {{'depInA1' may be deprecated because the receiver type is unknow…
37 …[c depInA2]; // expected-warning {{'depInA2' may be deprecated because the receiver type is unknow…
41 …[c FuzzyMeth]; // expected-warning {{'FuzzyMeth' may be deprecated because the receiver type …
42 …[c FuzzyMeth1]; // expected-warning {{'FuzzyMeth1' may be deprecated because the receiver type is …
47 __attribute ((deprecated))
48 @interface DEPRECATED // expected-note {{'DEPRECATED' has been explicitly marked deprecated here}}
53 [DEPRECATED new]; // expected-warning {{'DEPRECATED' is deprecated}}