Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Inner

34     struct Inner {
36 } inner;
40 struct Inner;
41 int n = Inner().n; // expected-error {{cannot be used by non-static data member initializer}}
42 struct Inner {
44 } inner;
71 struct Inner {
72 ~Inner() throw();
74 Inner inner;