clang 22.0.0git
clang::CodeGen::CatchRetScope Struct Referencefinal

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCXXABI.h"

Inheritance diagram for clang::CodeGen::CatchRetScope:
[legend]

Public Member Functions

 CatchRetScope (llvm::CatchPadInst *CPI)
void Emit (CodeGenFunction &CGF, Flags flags) override

Public Attributes

llvm::CatchPadInst * CPI

Detailed Description

Definition at line 679 of file CGCXXABI.h.

Constructor & Destructor Documentation

◆ CatchRetScope()

clang::CodeGen::CatchRetScope::CatchRetScope ( llvm::CatchPadInst * CPI)
inline

Definition at line 682 of file CGCXXABI.h.

References CPI.

Member Function Documentation

◆ Emit()

void clang::CodeGen::CatchRetScope::Emit ( CodeGenFunction & CGF,
Flags flags )
inlineoverride

Member Data Documentation

◆ CPI

llvm::CatchPadInst* clang::CodeGen::CatchRetScope::CPI

Definition at line 680 of file CGCXXABI.h.

Referenced by CatchRetScope(), and Emit().


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