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

Methods

ΒΆbool isCatchAll() const

Declared at: clang/lib/CodeGen/CGCleanup.h:161