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

References

tools/clang/lib/CodeGen/CGCleanup.h
  199     getHandlers()[I].Block = Block;
  205     getHandlers()[I].Block = Block;
  219       delete getHandler(I).Block;
tools/clang/lib/CodeGen/CGException.cpp
  612         dispatchBlock = catchScope.getHandler(0).Block;
  921     CGF.Builder.SetInsertPoint(Handler.Block);
  931     CatchSwitch->addHandler(Handler.Block);
  990     CGF.Builder.CreateBr(CatchScope.getHandler(0).Block);
 1019       NextBlock = CatchScope.getHandler(I + 1).Block;
 1034     CGF.Builder.CreateCondBr(MatchesTypeIndex, Handler.Block, NextBlock);
 1061     assert(dispatchBlock == catchScope.getHandler(0).Block);
 1099       nextBlock = catchScope.getHandler(i+1).Block;
 1115     CGF.Builder.CreateCondBr(matchesTypeIndex, handler.Block, nextBlock);
 1197     llvm::BasicBlock *CatchBlock = Handlers[I-1].Block;
 1419   llvm::BasicBlock *catchBB = catchScope.getHandler(0).Block;
 2063   llvm::BasicBlock *CatchPadBB = CatchScope.getHandler(0).Block;