Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:template

16   template<typename T>
20 // the static storage type from the base template.
21 template<>
25 template<typename T, typename U>
28 template<typename U>
31 template<>
61 template <typename T>
65 template <> void TS<int>::m() { } // expected-warning{{unused}}
67 template <typename T>
69 template <> void tf<int>() { } // expected-warning{{unused}}
96 template <typename T>
100 template <> int TS2<int>::x; // expected-warning{{unused}}
107 template <typename T> struct X {
111 template <typename T> void template_test(X<T> x) {
130 template <int>