Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:template

5 template <class T>
7 template <class U>
9 template <class V>
11 template <class W>
13 template <class X>
15 template <class Y>
17 template <class Z>
25 template <class U>
26 template <class V>
27 template <class W>
28 template <class X>
29 template <class Y>
30 template <class Z>
31 friend void A<U>::template B<V>::template C<W>::template D<X>::template E<Y>::operator+=(Z); // expected-warning {{not supported}} expected-error {{no member 'A' in 'X<int>'; it has not yet been instantiated}}
35 X<int>::A<int>::B<int>::C<int>::D<int>::E<int>() += 1.0; // expected-note {{in instantiation of template class 'X<int>' requested here}}