Lines Matching defs:Inner
54 struct Inner {
59 void f1(X3<int&>); // okay, Inner, not instantiated
64 struct Inner {
71 void f2(X4<int&>); // okay, Inner, not instantiated
72 void f3(X4<int&>::Inner); // okay, Inner::VeryInner, not instantiated
113 struct Inner { // expected-note{{here}}
118 template struct X6::Inner; // expected-error{{non-templated}}
145 namespace Inner {
150 template struct Inner::X8<int>;
155 template struct ::N1::Inner::X8<float>;