Home | History | Annotate | Download | only in SemaTemplate

Lines Matching refs:Inner

51   struct Inner {
56 void f1(X3<int&>); // okay, Inner, not instantiated
61 struct Inner {
68 void f2(X4<int&>); // okay, Inner, not instantiated
69 void f3(X4<int&>::Inner); // okay, Inner::VeryInner, not instantiated
105 struct Inner { // expected-note{{here}}
110 template struct X6::Inner; // expected-error{{non-templated}}
133 namespace Inner {
138 template struct Inner::X8<int>;
143 template struct ::N1::Inner::X8<float>;