Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:defaulted

1852     int k = // expected-error {{cannot use defaulted default constructor of 'A' within the class outside of member functions because 'k' has an initializer}}
1954 // The defaulted copy constructor for an empty class does not read any
1955 // members. The defaulted copy constructor for an empty union reads the