reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 3533   if (ID->hasNonZeroConstructors() || ID->hasDestructors())
 6413   if (ID->hasNonZeroConstructors() || ID->hasDestructors()) {
 6415     if (!ID->hasNonZeroConstructors())
 6450   if (ID->hasNonZeroConstructors() || ID->hasDestructors()) {
 6459     if (!ID->hasNonZeroConstructors())
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  872   Record.push_back(D->hasNonZeroConstructors());