Lines Matching refs:declaration
6 - (bycopy id)bud; // expected-note {{previous declaration is here}}
7 - (unsigned char) baz; // expected-note {{previous declaration is here}}
14 - (unsigned char) baz; // expected-note {{previous declaration is here}}
15 - (unsigned char) also_ok; // expected-note {{previous declaration is here}}
16 - (void) ban : (int) arg, ...; // expected-note {{previous declaration is here}}
20 - (void) bar : (unsigned char)arg; // expected-note {{previous declaration is here}}
22 - (char) bak; // expected-note {{previous declaration is here}}
26 …xpected-warning {{conflicting distributed object modifiers on return type in declaration of 'bud'}}
27 - (void) baz; // expected-warning 2 {{conflicting return type in declaration of 'baz': 'unsigned ch…
28 …signed char*)arg; // expected-warning {{conflicting parameter types in declaration of 'bar:': 'uns…
30 - (void) also_ok; // expected-warning {{conflicting return type in declaration of 'also_ok': 'unsig…
32 - (void) ban : (int) arg; // expected-warning {{conflicting variadic declaration of method and its …
47 - (void) bak {} // expected-warning {{conflicting return type in declaration of 'bak': 'char' vs 'v…