clang API Documentation

Public Member Functions | Protected Attributes
clang::CodeGen::CodeGenFunction::RunCleanupsScope Class Reference

Enters a new scope for capturing cleanups, all of which will be executed once the scope is exited. More...

#include <CodeGenFunction.h>

Inheritance diagram for clang::CodeGen::CodeGenFunction::RunCleanupsScope:
Inheritance graph
[legend]
Collaboration diagram for clang::CodeGen::CodeGenFunction::RunCleanupsScope:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RunCleanupsScope (CodeGenFunction &CGF)
 Enter a new cleanup scope.
 ~RunCleanupsScope ()
 Exit this cleanup scope, emitting any accumulated cleanups.
bool requiresCleanups () const
 Determine whether this scope requires any cleanups.
void ForceCleanup ()
 Force the emission of cleanups now, instead of waiting until this object is destroyed.

Protected Attributes

bool PerformCleanup
CodeGenFunctionCGF

Detailed Description

Enters a new scope for capturing cleanups, all of which will be executed once the scope is exited.

Definition at line 494 of file CodeGenFunction.h.


Constructor & Destructor Documentation

clang::CodeGen::CodeGenFunction::RunCleanupsScope::RunCleanupsScope ( CodeGenFunction CGF) [inline, explicit]

Enter a new cleanup scope.

Definition at line 510 of file CodeGenFunction.h.

Exit this cleanup scope, emitting any accumulated cleanups.

Definition at line 522 of file CodeGenFunction.h.

References CGF, PerformCleanup, and clang::CodeGen::CodeGenFunction::PopCleanupBlocks().


Member Function Documentation


Member Data Documentation


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