Lines Matching defs:D
36 struct A<T>::template B<U>::D<V*>; // expected-error{{'template' cannot be used after a declarative… member in B
41 struct A<T>::B<U>::template D<V**>; // expected-error{{'template' cannot be used after a declarativ… variable
46 struct A<T>::template B<U>::D { }; // expected-error{{'template' cannot be used after a declarative… struct in B
51 struct A<T>::template B<U>::D<V*> { }; // expected-error{{'template' cannot be used after a declara… struct in B
56 struct A<T>::B<U>::template D<V**> { }; // expected-error{{'template' cannot be used after a declar… struct
61 struct A<int>::template B<bool>::D; // expected-error{{'template' cannot be used after a declarativ… member in B
66 struct A<int>::template B<bool>::D<short>; // expected-error{{'template' cannot be used after a dec… member in B
71 struct A<int>::B<bool>::template D<long>; // expected-error{{'template' cannot be used after a decl… variable
76 struct A<int>::template B<bool>::D<V*>; // expected-error{{'template' cannot be used after a declar… member in B
81 struct A<int>::B<bool>::template D<V**>; // expected-error{{'template' cannot be used after a decla… variable
86 struct A<int>::template B<bool>::D { }; // expected-error{{'template' cannot be used after a declar… struct in B
91 struct A<int>::template B<bool>::D<short> { }; // expected-error{{'template' cannot be used after a… struct in B
96 struct A<int>::B<bool>::template D<long> { }; // expected-error{{'template' cannot be used after a … struct
101 struct A<int>::template B<bool>::D<V*> { }; // expected-error{{'template' cannot be used after a de… struct in B
106 struct A<int>::B<bool>::template D<V**> { }; // expected-error{{'template' cannot be used after a d… struct