Searched refs:hasNonZeroConstructors (Results 1 – 3 of 3) sorted by relevance
3512 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()6493 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()6495 if (!ID->hasNonZeroConstructors()) in GenerateClass()6530 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()6539 if (!ID->hasNonZeroConstructors()) in GenerateClass()
2699 bool hasNonZeroConstructors() const { return HasNonZeroConstructors; } in hasNonZeroConstructors() function
971 Record.push_back(D->hasNonZeroConstructors()); in VisitObjCImplementationDecl()