clang 20.0.0git
|
Header for data within LifetimeExtendedCleanupStack. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/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. | |
unsigned | Kind: 31 |
The kind of cleanup to push. | |
unsigned | IsConditional: 1 |
Whether this is a conditional cleanup. | |
Header for data within LifetimeExtendedCleanupStack.
Definition at line 722 of file CodeGenFunction.h.
|
inline |
Definition at line 733 of file CodeGenFunction.h.
References Kind.
|
inline |
Definition at line 732 of file CodeGenFunction.h.
References Size.
|
inline |
Definition at line 734 of file CodeGenFunction.h.
References IsConditional.
unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::IsConditional |
Whether this is a conditional cleanup.
Definition at line 730 of file CodeGenFunction.h.
Referenced by isConditional(), and clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExprWithActiveFlag().
unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Kind |
The kind of cleanup to push.
Definition at line 727 of file CodeGenFunction.h.
Referenced by getKind().
unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Size |
The size of the following cleanup object.
Definition at line 724 of file CodeGenFunction.h.
Referenced by getSize(), and clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExprWithActiveFlag().