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

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

#include <CodeGenFunction.h>

Public Member Functions

void enter (CodeGenFunction &CGF, const Stmt *Finally, llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn, llvm::Constant *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 372 of file CodeGenFunction.h.

Member Function Documentation

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

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