clang API Documentation
#include <CGCleanup.h>

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