Lines Matching full:previous
5 … float y; }; // expected-error{{use of 'X' with tag type that does not match previous declaration}}
17 class A; // expected-note{{previous use is here}}
21 class B; // expected-note{{previous use is here}}\
26 class C; // expected-note{{previous use is here}}
28 // expected-note{{previous use is here}}\
31 // expected-note{{previous use is here}}
36 struct D {}; // expected-note{{previous definition is here}}\
37 // expected-note{{previous use is here}}
53 template<class U> class G; // expected-note{{previous use is here}}\
63 CHECK: note: previous use is here
66 CHECK: error: use of 'X' with tag type that does not match previous declaration
70 CHECK: note: previous use is here
86 CHECK: note: previous use is here
93 CHECK: note: previous use is here
111 CHECK: note: previous use is here
117 CHECK: note: previous use is here
123 CHECK: note: previous use is here
141 CHECK: note: previous definition is here
147 CHECK: note: previous use is here
160 CHECK: note: previous use is here