clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader Struct Reference

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.
 

Detailed Description

Header for data within LifetimeExtendedCleanupStack.

Definition at line 739 of file CodeGenFunction.h.

Member Function Documentation

◆ getKind()

CleanupKind clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::getKind ( ) const
inline

Definition at line 750 of file CodeGenFunction.h.

References Kind.

◆ getSize()

size_t clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::getSize ( ) const
inline

Definition at line 749 of file CodeGenFunction.h.

References Size.

◆ isConditional()

bool clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::isConditional ( ) const
inline

Definition at line 751 of file CodeGenFunction.h.

References IsConditional.

Member Data Documentation

◆ IsConditional

unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::IsConditional

Whether this is a conditional cleanup.

Definition at line 747 of file CodeGenFunction.h.

Referenced by isConditional(), and clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExprWithActiveFlag().

◆ Kind

unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Kind

The kind of cleanup to push.

Definition at line 744 of file CodeGenFunction.h.

Referenced by getKind().

◆ Size

unsigned clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader::Size

The size of the following cleanup object.

Definition at line 741 of file CodeGenFunction.h.

Referenced by getSize(), and clang::CodeGen::CodeGenFunction::pushCleanupAfterFullExprWithActiveFlag().


The documentation for this struct was generated from the following file: