clang API Documentation

Public Member Functions
clang::CodeGen::CodeGenFunction::FinallyInfo Class Reference

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

#include <CodeGenFunction.h>

List of all members.

Public Member Functions

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

Detailed Description

A class controlling the emission of a finally block.

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

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