clang
8.0.0
|
Header for data within LifetimeExtendedCleanupStack. More...
#include "/work/www-prereleases/8.0.0/rc3/docsbuild/llvm.src/tools/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 510 of file CodeGenFunction.h.
|
inline |
Definition at line 519 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlocks().
|
inline |
Definition at line 518 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlocks().
|
inline |
Definition at line 520 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 516 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 514 of file CodeGenFunction.h.
unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Size |
The size of the following cleanup object.
Definition at line 512 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExprImpl().