Home | History | Annotate | Download | only in AST

Lines Matching full:defaulteddefaultconstructorisconstexpr

422     bool DefaultedDefaultConstructorIsConstexpr : 1;
1188 defaultedDefaultConstructorIsConstexpr());
1193 bool defaultedDefaultConstructorIsConstexpr() const {
1194 return data().DefaultedDefaultConstructorIsConstexpr &&
1202 defaultedDefaultConstructorIsConstexpr());