Lines Matching full:previous
198 template<int N> void f(A<N>) {} // expected-note {{previous}}
200 template<typename T> void f(A<sizeof(T)>) {} // expected-note {{previous}}
368 void f(int, int, int = 0); // expected-note {{previous declaration is here}}
369 void g(int, int, int); // expected-note {{previous declaration is here}}
374 friend void i(int, int, int = 0) {} // expected-note {{previous declaration is here}}
382 extern "C" void k(int, int, int, int); // expected-note {{previous declaration is here}}
386 // expected-note {{previous declaration is here}}
395 void f(int); // expected-note {{previous declaration is here}}
423 typedef int f; // expected-note {{previous}}
442 void f(int *const) {} // expected-note {{previous}}