clang API Documentation
Header for data within LifetimeExtendedCleanupStack. More...
#include <CodeGenFunction.h>
Public Member Functions | |
size_t | getSize () const |
CleanupKind | getKind () const |
Public Attributes | |
unsigned | Size: 29 |
The size of the following cleanup object. | |
unsigned | Kind: 3 |
The kind of cleanup to push: a value from the CleanupKind enumeration. |
Header for data within LifetimeExtendedCleanupStack.
Definition at line 290 of file CodeGenFunction.h.
CleanupKind clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::getKind | ( | ) | const [inline] |
Definition at line 297 of file CodeGenFunction.h.
References Kind.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlocks().
size_t clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::getSize | ( | ) | const [inline] |
Definition at line 296 of file CodeGenFunction.h.
References Size.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlocks().
The kind of cleanup to push: a value from the CleanupKind enumeration.
Definition at line 294 of file CodeGenFunction.h.
Referenced by getKind().
The size of the following cleanup object.
Definition at line 292 of file CodeGenFunction.h.
Referenced by getSize(), and clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExpr().