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

References

tools/clang/lib/CodeGen/CGException.cpp
 1093       nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope());
 1099       nextBlock = catchScope.getHandler(i+1).Block;
 1104       nextBlock = CGF.createBasicBlock("catch.fallthrough");
 1115     CGF.Builder.CreateCondBr(matchesTypeIndex, handler.Block, nextBlock);
 1123     CGF.EmitBlock(nextBlock);