Home | History | Annotate | Download | only in AST

Lines Matching full:hasdestructors

1825   bool HasDestructors : 1;
1838 HasNonZeroConstructors(false), HasDestructors(false) {}
1890 bool hasDestructors() const { return HasDestructors; }
1891 void setHasDestructors(bool val) { HasDestructors = val; }