Searched refs:HasDestructors (Results 1 – 2 of 2) 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()
2577 bool HasDestructors : 1; variable2592 HasNonZeroConstructors(false), HasDestructors(false) {}2665 bool hasDestructors() const { return HasDestructors; } in hasDestructors()2666 void setHasDestructors(bool val) { HasDestructors = val; } in setHasDestructors()