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

References

tools/clang/lib/CodeGen/CGCall.cpp
 3610       args.addArgCleanupDeactivation(EHStack.getInnermostEHScope(), IsActive);
tools/clang/lib/CodeGen/CGCleanup.cpp
  153   for (stable_iterator si = getInnermostEHScope(); si != stable_end(); ) {
  228   assert(getInnermostEHScope() == stable_end());
 1147          i = EHStack.getInnermostEHScope(); i != cleanup; ) {
tools/clang/lib/CodeGen/CGException.cpp
  733     LP = getEHDispatchBlock(EHStack.getInnermostEHScope());
  754   EHScope &innermostEHScope = *EHStack.find(EHStack.getInnermostEHScope());
  888   Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope()));