Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:note

12 template class X0<int>; // expected-note{{previous}}
28 template<> class X0<char> { }; // expected-note{{previous}}
37 template<typename T> struct X2; // expected-note{{declared here}}
47 template struct X2<int&>; // expected-note{{in instantiation of}}
58 template struct X3<int&>; // expected-note{{instantiation}}
71 template struct X4<int&>; // expected-note{{instantiation}}
72 template struct X4<float&>; // expected-note{{instantiation}}
83 struct Inner2 { // expected-note {{here}}
95 template struct X5<int&>::Inner2; // expected-note{{instantiation}}
98 template struct X5<float&>::Inner2; // expected-note{{instantiation}}
105 struct Inner { // expected-note{{here}}
117 struct Foo<int> // expected-note{{header not required for explicitly-specialized}}
131 template<typename T> struct X7 { }; // expected-note{{here}}
141 template<typename T> struct X9 { }; // expected-note{{here}}