Searched refs:hasNonZeroConstructors (Results 1 – 3 of 3) sorted by relevance
3268 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()6015 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()6017 if (!ID->hasNonZeroConstructors()) in GenerateClass()6064 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()6073 if (!ID->hasNonZeroConstructors()) in GenerateClass()
2552 bool hasNonZeroConstructors() const { return HasNonZeroConstructors; } in hasNonZeroConstructors() function
816 Record.push_back(D->hasNonZeroConstructors()); in VisitObjCImplementationDecl()