Home | History | Annotate | Download | only in Sema

Lines Matching full:note

3 int outer1; // expected-note{{previous definition is here}}
4 extern int outer2; // expected-note{{previous definition is here}}
6 int outer4; // expected-note{{previous definition is here}}
8 int outer6(float); // expected-note{{previous definition is here}}
14 extern float outer3; // expected-note{{previous definition is here}}
16 extern int outer5; // expected-note{{previous definition is here}}
19 extern int outer8; // expected-note{{previous definition is here}}
22 extern int outer9; // expected-note{{previous definition is here}}
32 extern int outer13; // expected-note{{previous definition is here}}
35 extern int outer11; // expected-note{{previous definition is here}}
36 extern int outer12; // expected-note{{previous definition is here}}
53 void g18(void) { // expected-note{{'g18' declared here}}
61 extern int a; // expected-note {{previous definition is here}}