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