Generation flags.
More...
#include "/work/www-prereleases/8.0.0/rc2/builddocs/llvm.src/tools/clang/lib/CodeGen/EHScopeStack.h"
Generation flags.
Definition at line 160 of file EHScopeStack.h.
◆ Flags()
clang::CodeGen::EHScopeStack::Cleanup::Flags::Flags |
( |
| ) |
|
|
inline |
◆ isEHCleanupKind()
bool clang::CodeGen::EHScopeStack::Cleanup::Flags::isEHCleanupKind |
( |
| ) |
const |
|
inline |
isEHCleanupKind - true if the cleanup was pushed as an EH cleanup.
Definition at line 181 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 172 of file EHScopeStack.h.
◆ isForNormalCleanup()
bool clang::CodeGen::EHScopeStack::Cleanup::Flags::isForNormalCleanup |
( |
| ) |
const |
|
inline |
◆ isNormalCleanupKind()
bool clang::CodeGen::EHScopeStack::Cleanup::Flags::isNormalCleanupKind |
( |
| ) |
const |
|
inline |
◆ setIsEHCleanupKind()
void clang::CodeGen::EHScopeStack::Cleanup::Flags::setIsEHCleanupKind |
( |
| ) |
|
|
inline |
◆ setIsForEHCleanup()
void clang::CodeGen::EHScopeStack::Cleanup::Flags::setIsForEHCleanup |
( |
| ) |
|
|
inline |
◆ setIsNormalCleanupKind()
void clang::CodeGen::EHScopeStack::Cleanup::Flags::setIsNormalCleanupKind |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: