clang
10.0.0git
|
Header for data within LifetimeExtendedCleanupStack. More...
#include "/work/www-prereleases/10.0.0/rc2/docsbuild/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
size_t | getSize () const |
CleanupKind | getKind () const |
bool | isConditional () const |
Public Attributes | |
unsigned | Size |
The size of the following cleanup object. More... | |
unsigned | Kind: 31 |
The kind of cleanup to push: a value from the CleanupKind enumeration. More... | |
unsigned | IsConditional: 1 |
Whether this is a conditional cleanup. More... | |
Header for data within LifetimeExtendedCleanupStack.
Definition at line 518 of file CodeGenFunction.h.
|
inline |
Definition at line 527 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlocks().
|
inline |
Definition at line 526 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlocks().
|
inline |
Definition at line 528 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlocks().
unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::IsConditional |
Whether this is a conditional cleanup.
Definition at line 524 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExprImpl().
unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Kind |
The kind of cleanup to push: a value from the CleanupKind enumeration.
Definition at line 522 of file CodeGenFunction.h.
unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Size |
The size of the following cleanup object.
Definition at line 520 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExprImpl().