clang API Documentation

Public Member Functions
clang::DelayedCleanupPoint Class Reference

RAII object for triggering a cleanup of a DelayedCleanupPool. More...

#include <DelayedCleanupPool.h>

List of all members.

Public Member Functions

 DelayedCleanupPoint (DelayedCleanupPool &pool)
 ~DelayedCleanupPoint ()

Detailed Description

RAII object for triggering a cleanup of a DelayedCleanupPool.

Definition at line 97 of file DelayedCleanupPool.h.


Constructor & Destructor Documentation

clang::DelayedCleanupPoint::DelayedCleanupPoint ( DelayedCleanupPool pool) [inline]

Definition at line 101 of file DelayedCleanupPool.h.

clang::DelayedCleanupPoint::~DelayedCleanupPoint ( ) [inline]

Definition at line 103 of file DelayedCleanupPool.h.

References clang::DelayedCleanupPool::doCleanup().


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