|
clang
5.0.0
|
Public Member Functions | |
| bool | isCatchAll () const |
Public Attributes | |
| CatchTypeInfo | Type |
| A type info value, or null (C++ null, not an LLVM null pointer) for a catch-all. More... | |
| llvm::BasicBlock * | Block |
| The catch handler for this type. More... | |
Definition at line 155 of file CGCleanup.h.
|
inline |
Definition at line 163 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 161 of file CGCleanup.h.
Referenced by clang::CodeGen::EHCatchScope::clearHandlerBlocks(), emitCatchDispatchBlock(), emitCatchPadBlock(), clang::CodeGen::CodeGenFunction::FinallyInfo::exit(), clang::CodeGen::CodeGenFunction::ExitSEHTryStmt(), clang::CodeGen::CodeGenFunction::getEHDispatchBlock(), and clang::CodeGen::EHCatchScope::setHandler().
| CatchTypeInfo 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 158 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), emitCatchPadBlock(), clang::CodeGen::CodeGenFunction::EmitLandingPad(), and clang::CodeGen::EHCatchScope::setHandler().
1.8.6