Home | History | Annotate | Download | only in Sema

Lines Matching full:here

5 void g0(); // expected-note{{previous declaration is here}} expected-note{{'g0' declared here}}
24 int g2(int, int); // expected-note{{previous declaration is here}}
37 void f1(double); // expected-note{{previous declaration is here}}
45 extern void g3(int); // expected-note{{previous declaration is here}}
49 extern int f2; // expected-note 2 {{previous definition is here}}
63 int outer1(int); // expected-note{{previous declaration is here}}
65 int outer4(int); // expected-note{{previous declaration is here}}
66 int outer5; // expected-note{{previous definition is here}}
71 int outer2(int); // expected-note{{previous declaration is here}}
72 int outer3(int); // expected-note{{previous declaration is here}}
75 int* outer6(int); // expected-note{{previous declaration is here}}
98 int isroot(short x, // expected-note{{previous declaration is here}}
121 a2 x2; // expected-note{{passing argument to parameter here}}
132 void f4(); // expected-note {{previous declaration is here}}