clang 22.0.0git
clang::CodeGen::CodeGenFunction::FinallyInfo Class Reference

A class controlling the emission of a finally block. More...

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

Public Member Functions

void enter (CodeGenFunction &CGF, const Stmt *Finally, llvm::FunctionCallee beginCatchFn, llvm::FunctionCallee endCatchFn, llvm::FunctionCallee rethrowFn)
 Enters a finally block for an implementation using zero-cost exceptions.
void exit (CodeGenFunction &CGF)

Detailed Description

A class controlling the emission of a finally block.

Definition at line 870 of file CodeGenFunction.h.

Member Function Documentation

◆ enter()

void CodeGenFunction::FinallyInfo::enter ( CodeGenFunction & CGF,
const Stmt * body,
llvm::FunctionCallee beginCatchFn,
llvm::FunctionCallee endCatchFn,
llvm::FunctionCallee rethrowFn )

◆ exit()


The documentation for this class was generated from the following files: