Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:union

10 union u {
13 union u2 {
20 union static_data_member {
25 union bad {
26 int &i; // expected-error {{union member 'i' has reference type 'int &'}}
30 union {
37 union TemplateCtorMember { TemplateCtor s; };
51 union disable_dtor {
71 union { T value; };
130 union {
138 union {