Home | Sort by relevance Sort by last modified time |
/external/clang/test/SemaTemplate/ | |
instantiate-call.cpp | 13 struct call_f0 { struct in namespace:N2 20 template struct N2::call_f0<int, char&>; member in class:N2 21 template struct N2::call_f0<N1::X0, int&>; member in class:N2 25 struct call_f0 { struct in namespace:N3 33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}} member in class:N3 34 template struct N3::call_f0<N1::X0, int&>; member in class:N3 39 struct call_f0 { struct in namespace:N4 46 template struct N4::call_f0<int, short&>; member in class:N4 47 template struct N4::call_f0<N1::X0, int&>; member in class:N4 48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation} member in class:N3 [all...] |
member-access-expr.cpp | 3 void call_f0(T x) { function 16 call_f0(x0); |