clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::EHCatchScope::Handler Struct Reference

#include <CGCleanup.h>

Collaboration diagram for clang::CodeGen::EHCatchScope::Handler:
[legend]

Public Member Functions

bool isCatchAll () const
 

Public Attributes

llvm::Constant * Type
 
llvm::BasicBlock * Block
 The catch handler for this type. More...
 

Detailed Description

Definition at line 148 of file CGCleanup.h.

Member Function Documentation

bool clang::CodeGen::EHCatchScope::Handler::isCatchAll ( ) const
inline

Member Data Documentation

llvm::BasicBlock* clang::CodeGen::EHCatchScope::Handler::Block
llvm::Constant* 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 151 of file CGCleanup.h.

Referenced by emitCatchDispatchBlock(), clang::CodeGen::CodeGenFunction::EmitLandingPad(), and clang::CodeGen::EHCatchScope::setHandler().


The documentation for this struct was generated from the following file: