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

References

tools/clang/lib/CodeGen/CGException.cpp
  941   llvm::BasicBlock *DispatchBlock = CatchScope.getCachedEHDispatchBlock();
  951       CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope());
  953   unsigned NumHandlers = CatchScope.getNumHandlers();
  966     const EHCatchScope::Handler &Handler = CatchScope.getHandler(I);
  988   if (CatchScope.getNumHandlers() == 1 &&
  989       CatchScope.getHandler(0).isCatchAll()) {
  990     CGF.Builder.CreateBr(CatchScope.getHandler(0).Block);
  998     const EHCatchScope::Handler &Handler = CatchScope.getHandler(I);
 1018     } else if (CatchScope.getHandler(I + 1).isCatchAll()) {
 1019       NextBlock = CatchScope.getHandler(I + 1).Block;