clang API Documentation
#include <CGCleanup.h>

Public Member Functions | |
| bool | isCatchAll () const |
Public Attributes | |
| llvm::Constant * | Type |
| llvm::BasicBlock * | Block |
| The catch handler for this type. | |
Definition at line 145 of file CGCleanup.h.
| bool clang::CodeGen::EHCatchScope::Handler::isCatchAll | ( | ) | const [inline] |
Definition at line 153 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), and clang::CodeGen::CodeGenFunction::getEHDispatchBlock().
| llvm::BasicBlock* clang::CodeGen::EHCatchScope::Handler::Block |
The catch handler for this type.
Definition at line 151 of file CGCleanup.h.
Referenced by clang::CodeGen::EHCatchScope::clearHandlerBlocks(), emitCatchDispatchBlock(), clang::CodeGen::CodeGenFunction::FinallyInfo::exit(), clang::CodeGen::CodeGenFunction::getEHDispatchBlock(), and clang::CodeGen::EHCatchScope::setHandler().
| llvm::Constant* clang::CodeGen::EHCatchScope::Handler::Type |
A type info value, or null (C++ null, not an LLVM null pointer) for a catch-all.
Definition at line 148 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), clang::CodeGen::CodeGenFunction::EmitLandingPad(), and clang::CodeGen::EHCatchScope::setHandler().