|
clang
3.8.0
|
Header for data within LifetimeExtendedCleanupStack. More...
#include <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 299 of file CodeGenFunction.h.
|
inline |
Definition at line 306 of file CodeGenFunction.h.
References Kind.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlocks().
|
inline |
Definition at line 305 of file CodeGenFunction.h.
References Size.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlocks().
| CleanupKind clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Kind |
The kind of cleanup to push: a value from the CleanupKind enumeration.
Definition at line 303 of file CodeGenFunction.h.
Referenced by getKind().
| unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Size |
The size of the following cleanup object.
Definition at line 301 of file CodeGenFunction.h.
Referenced by getSize(), and clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExpr().
1.8.6