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

#include "/home/runner/work/llvm/llvm/repo/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...
 

Detailed Description

Definition at line 165 of file CGCleanup.h.

Member Function Documentation

◆ isCatchAll()

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

Member Data Documentation

◆ Block

llvm::BasicBlock* clang::CodeGen::EHCatchScope::Handler::Block

◆ Type

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 168 of file CGCleanup.h.

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


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