Searched refs:hasDestructors (Results 1 – 3 of 3) sorted by relevance
2655 bool hasDestructors() const { return HasDestructors; } in hasDestructors() function
3516 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()6526 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()6563 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
899 Record.push_back(D->hasDestructors()); in VisitObjCImplementationDecl()