clang  19.0.0git
Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::FinallyInfo Class Reference

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

#include "/home/runner/work/llvm/llvm/repo/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. More...
 
void exit (CodeGenFunction &CGF)
 

Detailed Description

A class controlling the emission of a finally block.

Definition at line 819 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()

void CodeGenFunction::FinallyInfo::exit ( CodeGenFunction CGF)

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