clang 23.0.0git
clang::CIRGen::EHScopeStack::Cleanup::Flags Class Reference

Generation flags. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/EHScopeStack.h"

Public Member Functions

 Flags ()=default
bool isForEHCleanup () const
 isForEH - true if the current emission is for an EH cleanup.
bool isForNormalCleanup () const
void setIsForEHCleanup ()
bool isNormalCleanupKind () const
void setIsNormalCleanupKind ()
bool isEHCleanupKind () const
 isEHCleanupKind - true if the cleanup was pushed as an EH cleanup.
void setIsEHCleanupKind ()
bool hasExitSwitch () const
void setHasExitSwitch ()

Detailed Description

Generation flags.

Definition at line 106 of file EHScopeStack.h.

Constructor & Destructor Documentation

◆ Flags()

clang::CIRGen::EHScopeStack::Cleanup::Flags::Flags ( )
default

Member Function Documentation

◆ hasExitSwitch()

bool clang::CIRGen::EHScopeStack::Cleanup::Flags::hasExitSwitch ( ) const
inline

Definition at line 131 of file EHScopeStack.h.

◆ isEHCleanupKind()

bool clang::CIRGen::EHScopeStack::Cleanup::Flags::isEHCleanupKind ( ) const
inline

isEHCleanupKind - true if the cleanup was pushed as an EH cleanup.

Definition at line 128 of file EHScopeStack.h.

◆ isForEHCleanup()

bool clang::CIRGen::EHScopeStack::Cleanup::Flags::isForEHCleanup ( ) const
inline

isForEH - true if the current emission is for an EH cleanup.

Definition at line 119 of file EHScopeStack.h.

Referenced by isForNormalCleanup().

◆ isForNormalCleanup()

bool clang::CIRGen::EHScopeStack::Cleanup::Flags::isForNormalCleanup ( ) const
inline

Definition at line 120 of file EHScopeStack.h.

References isForEHCleanup().

◆ isNormalCleanupKind()

bool clang::CIRGen::EHScopeStack::Cleanup::Flags::isNormalCleanupKind ( ) const
inline

Definition at line 123 of file EHScopeStack.h.

◆ setHasExitSwitch()

void clang::CIRGen::EHScopeStack::Cleanup::Flags::setHasExitSwitch ( )
inline

Definition at line 132 of file EHScopeStack.h.

◆ setIsEHCleanupKind()

void clang::CIRGen::EHScopeStack::Cleanup::Flags::setIsEHCleanupKind ( )
inline

Definition at line 129 of file EHScopeStack.h.

Referenced by clang::CIRGen::CIRGenFunction::popCleanupBlock().

◆ setIsForEHCleanup()

void clang::CIRGen::EHScopeStack::Cleanup::Flags::setIsForEHCleanup ( )
inline

Definition at line 121 of file EHScopeStack.h.

◆ setIsNormalCleanupKind()

void clang::CIRGen::EHScopeStack::Cleanup::Flags::setIsNormalCleanupKind ( )
inline

Definition at line 124 of file EHScopeStack.h.

Referenced by clang::CIRGen::CIRGenFunction::popCleanupBlock().


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