Searched refs:HasDestructors (Results 1 – 1 of 1) sorted by relevance
2603 bool HasDestructors : 1; variable2618 HasNonZeroConstructors(false), HasDestructors(false) {}2691 bool hasDestructors() const { return HasDestructors; } in hasDestructors()2692 void setHasDestructors(bool val) { HasDestructors = val; } in setHasDestructors()