clang
6.0.0
|
#include "clang/Sema/CleanupInfo.h"
Public Member Functions | |
bool | exprNeedsCleanups () const |
bool | cleanupsHaveSideEffects () const |
void | setExprNeedsCleanups (bool SideEffects) |
void | reset () |
void | mergeFrom (CleanupInfo Rhs) |
Definition at line 20 of file CleanupInfo.h.
|
inline |
Definition at line 27 of file CleanupInfo.h.
Referenced by clang::Sema::MaybeCreateExprWithCleanups().
|
inline |
Definition at line 25 of file CleanupInfo.h.
Referenced by clang::Sema::MaybeCreateExprWithCleanups(), and clang::Sema::MaybeCreateStmtWithCleanups().
|
inline |
Definition at line 39 of file CleanupInfo.h.
|
inline |
Definition at line 34 of file CleanupInfo.h.
|
inline |
Definition at line 29 of file CleanupInfo.h.
Referenced by checkIndirectCopyRestoreSource(), and clang::InitializationSequence::Perform().