Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:template

12   template<typename T, typename Result>
20 template struct N2::call_f0<int, char&>;
21 template struct N2::call_f0<N1::X0, int&>;
24 template<typename T, typename Result>
28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}}
34 template struct N3::call_f0<N1::X0, int&>;
38 template<typename T, typename Result>
46 template struct N4::call_f0<int, short&>;
47 template struct N4::call_f0<N1::X0, int&>;
48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}}