clang 22.0.0git
clang::CodeGen::EHCatchScope::Handler Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/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.
llvm::BasicBlock * Block
 The catch handler for this type.

Detailed Description

Definition at line 169 of file CGCleanup.h.

Member Function Documentation

◆ isCatchAll()

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

Member Data Documentation

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

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


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