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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  191                                 InnermostEHScope);
  195     InnermostEHScope = stable_begin();
  208   InnermostEHScope = Cleanup.getEnclosingEHScope();
  231   InnermostEHScope = stable_begin();
  241   InnermostEHScope = filter.getEnclosingEHScope();
  247     new (buffer) EHCatchScope(numHandlers, InnermostEHScope);
  248   InnermostEHScope = stable_begin();
  254   new (Buffer) EHTerminateScope(InnermostEHScope);
  255   InnermostEHScope = stable_begin();
tools/clang/lib/CodeGen/CGCleanup.h
  578   InnermostEHScope = scope.getEnclosingEHScope();
  586   InnermostEHScope = scope.getEnclosingEHScope();
tools/clang/lib/CodeGen/EHScopeStack.h
  361     return InnermostEHScope;