clang
8.0.0
|
#include "/work/www-prereleases/8.0.0/rc4/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGCleanup.h"
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.
References clang::CodeGen::CatchTypeInfo::RTTI.
Referenced by emitCatchDispatchBlock(), emitWasmCatchPadBlock(), 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 emitCatchDispatchBlock(), emitCatchPadBlock(), emitWasmCatchPadBlock(), clang::CodeGen::CodeGenFunction::FinallyInfo::exit(), and clang::CodeGen::CodeGenFunction::getEHDispatchBlock().
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(), and emitWasmCatchPadBlock().