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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  157         si = cleanup->getEnclosingEHScope();
  208   InnermostEHScope = Cleanup.getEnclosingEHScope();
  241   InnermostEHScope = filter.getEnclosingEHScope();
  664   EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope();
 1154     i = scope.getEnclosingEHScope();
tools/clang/lib/CodeGen/CGCleanup.h
  578   InnermostEHScope = scope.getEnclosingEHScope();
  586   InnermostEHScope = scope.getEnclosingEHScope();
tools/clang/lib/CodeGen/CGException.cpp
  907       CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope());
  951       CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope());
 1093       nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope());