Searched refs:HasDestructors (Results 1 – 1 of 1) sorted by relevance
2481 bool HasDestructors : 1; variable2494 HasNonZeroConstructors(false), HasDestructors(false) {} in ObjCImplDecl()2557 bool hasDestructors() const { return HasDestructors; } in hasDestructors()2558 void setHasDestructors(bool val) { HasDestructors = val; } in setHasDestructors()