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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  153   for (stable_iterator si = getInnermostEHScope(); si != stable_end(); ) {
  155     if (auto *cleanup = dyn_cast<EHCleanupScope>(&*find(si)))
  157         si = cleanup->getEnclosingEHScope();