clang API Documentation

Public Member Functions
clang::CodeGen::EHScopeStack::Cleanup::Flags Class Reference

Generation flags. More...

#include <EHScopeStack.h>

List of all members.

Public Member Functions

 Flags ()
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
void setIsEHCleanupKind ()

Detailed Description

Generation flags.

Definition at line 139 of file EHScopeStack.h.


Constructor & Destructor Documentation

Definition at line 148 of file EHScopeStack.h.


Member Function Documentation

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

Definition at line 160 of file EHScopeStack.h.

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

Definition at line 151 of file EHScopeStack.h.

Referenced by EmitCleanup(), and isForNormalCleanup().

Definition at line 152 of file EHScopeStack.h.

References isForEHCleanup().

Definition at line 155 of file EHScopeStack.h.

Definition at line 161 of file EHScopeStack.h.

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

Definition at line 153 of file EHScopeStack.h.

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

Definition at line 156 of file EHScopeStack.h.

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


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