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

Generation flags. More...

#include "/work/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 131 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 156 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 153 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 144 of file EHScopeStack.h.

Referenced by isForNormalCleanup().

◆ isForNormalCleanup()

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

Definition at line 145 of file EHScopeStack.h.

References isForEHCleanup().

◆ isNormalCleanupKind()

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

Definition at line 148 of file EHScopeStack.h.

◆ setHasExitSwitch()

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

Definition at line 157 of file EHScopeStack.h.

◆ setIsEHCleanupKind()

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

Definition at line 154 of file EHScopeStack.h.

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

◆ setIsForEHCleanup()

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

Definition at line 146 of file EHScopeStack.h.

◆ setIsNormalCleanupKind()

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

Definition at line 149 of file EHScopeStack.h.

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


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