clang API Documentation
RAII object for triggering a cleanup of a DelayedCleanupPool. More...
#include <DelayedCleanupPool.h>
Public Member Functions | |
| DelayedCleanupPoint (DelayedCleanupPool &pool) | |
| ~DelayedCleanupPoint () | |
RAII object for triggering a cleanup of a DelayedCleanupPool.
Definition at line 97 of file DelayedCleanupPool.h.
| 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().