Home | History | Annotate | Download | only in Sema

Lines Matching full:previous

3 int outer1; // expected-note{{previous definition is here}}
4 extern int outer2; // expected-note{{previous declaration 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 declaration is here}}
16 extern int outer5; // expected-note{{previous declaration is here}}
19 extern int outer8; // expected-note{{previous definition is here}}
22 extern int outer9; // expected-note{{previous declaration is here}}
32 extern int outer13; // expected-note{{previous declaration is here}}
35 extern int outer11; // expected-note{{previous declaration is here}}
36 extern int outer12; // expected-note{{previous declaration is here}}
61 extern int a; // expected-note {{previous declaration is here}}
64 void f(int x) { // expected-note {{previous definition is here}}
69 void g20() { extern int b[3]; } // expected-note{{previous declaration is here}}