Lines Matching full:here
81 enum class Redeclare2; // expected-note{{previous use is here}} expected-note{{previous use is here}}
85 enum Redeclare3 : int; // expected-note{{previous use is here}} expected-note{{previous use is here}}
92 enum Redeclare6 : int; // expected-note{{previous use is here}} expected-note{{previous use is here}}
96 enum class Redeclare7; // expected-note{{previous use is here}} expected-note{{previous use is here}}
195 enum A : int; // expected-note {{here}}
196 enum class B; // expected-note {{here}}
197 enum class C : int; // expected-note {{here}}
198 enum class D : int; // expected-note {{here}}
208 enum class ET : T; // expected-note 2{{here}}
209 enum class Eint : int; // expected-note 2{{here}}
228 enum E : T; // expected-note {{here}}
235 int l = f<short>(); // expected-note {{here}}
239 enum class E : T; // expected-note {{here}}
246 int n = g<short>(); // expected-note {{here}}