clang
6.0.0
|
Header for data within LifetimeExtendedCleanupStack. More...
#include "/work/www-prereleases/6.0.0/rc2/docsbuild/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
size_t | getSize () const |
CleanupKind | getKind () const |
Public Attributes | |
unsigned | Size |
The size of the following cleanup object. More... | |
CleanupKind | Kind |
The kind of cleanup to push: a value from the CleanupKind enumeration. More... | |
Header for data within LifetimeExtendedCleanupStack.
Definition at line 426 of file CodeGenFunction.h.
|
inline |
Definition at line 433 of file CodeGenFunction.h.
|
inline |
Definition at line 432 of file CodeGenFunction.h.
CleanupKind clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Kind |
The kind of cleanup to push: a value from the CleanupKind enumeration.
Definition at line 430 of file CodeGenFunction.h.
unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Size |
The size of the following cleanup object.
Definition at line 428 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExpr().