struct EHCatchScope::Handler
Declaration
struct EHCatchScope::Handler { /* full declaration omitted */ };
Declared at: clang/lib/CodeGen/CGCleanup.h:153
Member Variables
- public clang::CodeGen::CatchTypeInfo Type
- A type info value, or null (C++ null, not an LLVM null pointer) for a catch-all.
- public llvm::BasicBlock* Block
- The catch handler for this type.
Method Overview
- public bool isCatchAll() const
Methods
ΒΆbool isCatchAll() const
bool isCatchAll() const
Declared at: clang/lib/CodeGen/CGCleanup.h:161