Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:void

5 - (void) depInA;
6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
7 - (void) depInA1 __attribute__((deprecated));
8 - (void) unavailMeth1;
9 - (void) depInA2 __attribute__((deprecated));
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
11 - (void) depunavailInA;
12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
13 - (void)FuzzyMeth __attribute__((deprecated));
14 - (void)FuzzyMeth1 __attribute__((unavailable));
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
19 - (void) depInA __attribute__((deprecated));
20 - (void) depInA2 __attribute__((deprecated));
21 - (void) depInA1;
22 - (void) unavailMeth2 __attribute__((unavailable));
23 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
24 - (void) depunavailInA1;
25 - (void)FuzzyMeth __attribute__((unavailable));
26 - (void)FuzzyMeth1 __attribute__((deprecated));
32 void test(C *c) {
52 void foo() {