Searched refs:hasNonZeroConstructors (Results 1 – 3 of 3) sorted by relevance
3066 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()5843 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()5845 if (!ID->hasNonZeroConstructors()) in GenerateClass()5884 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()5893 if (!ID->hasNonZeroConstructors()) in GenerateClass()
1890 bool hasNonZeroConstructors() const { return HasNonZeroConstructors; } in hasNonZeroConstructors() function
631 Record.push_back(D->hasNonZeroConstructors()); in VisitObjCImplementationDecl()