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

References

tools/clang/lib/CodeGen/CGCleanup.h
  219       delete getHandler(I).Block;
tools/clang/lib/CodeGen/CGException.cpp
  611           catchScope.getHandler(0).isCatchAll()) {
  612         dispatchBlock = catchScope.getHandler(0).Block;
  834       EHCatchScope::Handler handler = catchScope.getHandler(hi);
  915     const EHCatchScope::Handler &Handler = CatchScope.getHandler(I);
  966     const EHCatchScope::Handler &Handler = CatchScope.getHandler(I);
  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;
 1060       catchScope.getHandler(0).isCatchAll()) {
 1061     assert(dispatchBlock == catchScope.getHandler(0).Block);
 1078     const EHCatchScope::Handler &handler = catchScope.getHandler(i);
 1098     } else if (catchScope.getHandler(i+1).isCatchAll()) {
 1099       nextBlock = catchScope.getHandler(i+1).Block;
 1419   llvm::BasicBlock *catchBB = catchScope.getHandler(0).Block;
 2063   llvm::BasicBlock *CatchPadBB = CatchScope.getHandler(0).Block;