clang 22.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCXXABI.h"
Public Member Functions | |
CatchRetScope (llvm::CatchPadInst *CPI) | |
void | Emit (CodeGenFunction &CGF, Flags flags) override |
Public Attributes | |
llvm::CatchPadInst * | CPI |
Definition at line 679 of file CGCXXABI.h.
|
inline |
Definition at line 682 of file CGCXXABI.h.
References CPI.
|
inlineoverride |
Definition at line 684 of file CGCXXABI.h.
References clang::CodeGen::CodeGenFunction::Builder, CPI, clang::CodeGen::CodeGenFunction::createBasicBlock(), and clang::CodeGen::CodeGenFunction::EmitBlock().
llvm::CatchPadInst* clang::CodeGen::CatchRetScope::CPI |
Definition at line 680 of file CGCXXABI.h.
Referenced by CatchRetScope(), and Emit().