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

References

tools/clang/lib/CodeGen/CGClass.cpp
 1631                       flags.isForNormalCleanup() && useEHCleanupForArray);
tools/clang/lib/CodeGen/CGDecl.cpp
  469         flags.isForNormalCleanup() && this->useEHCleanupForArray;
  486       bool NRVO = flags.isForNormalCleanup() && NRVOFlag;
tools/clang/lib/CodeGen/CGObjC.cpp
 1521                       flags.isForNormalCleanup() && useEHCleanupForArray);