clang 22.0.0git
Public Member Functions | List of all members
clang::CodeGen::EHScopeStack::Cleanup::Flags Class Reference

Generation flags. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/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 167 of file EHScopeStack.h.

Constructor & Destructor Documentation

◆ Flags()

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

Member Function Documentation

◆ hasExitSwitch()

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

Definition at line 192 of file EHScopeStack.h.

◆ isEHCleanupKind()

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

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

Definition at line 189 of file EHScopeStack.h.

◆ isForEHCleanup()

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

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

Definition at line 180 of file EHScopeStack.h.

◆ isForNormalCleanup()

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

Definition at line 181 of file EHScopeStack.h.

◆ isNormalCleanupKind()

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

Definition at line 184 of file EHScopeStack.h.

◆ setHasExitSwitch()

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

Definition at line 193 of file EHScopeStack.h.

Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlock().

◆ setIsEHCleanupKind()

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

Definition at line 190 of file EHScopeStack.h.

Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlock().

◆ setIsForEHCleanup()

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

Definition at line 182 of file EHScopeStack.h.

Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlock().

◆ setIsNormalCleanupKind()

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

Definition at line 185 of file EHScopeStack.h.

Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlock().


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