|
clang
5.0.0
|
Generation flags. More...
Public Member Functions | |
| Flags () | |
| bool | isForEHCleanup () const |
| isForEH - true if the current emission is for an EH cleanup. More... | |
| bool | isForNormalCleanup () const |
| void | setIsForEHCleanup () |
| bool | isNormalCleanupKind () const |
| void | setIsNormalCleanupKind () |
| bool | isEHCleanupKind () const |
| isEHCleanupKind - true if the cleanup was pushed as an EH cleanup. More... | |
| void | setIsEHCleanupKind () |
Generation flags.
Definition at line 160 of file EHScopeStack.h.
|
inline |
Definition at line 169 of file EHScopeStack.h.
|
inline |
isEHCleanupKind - true if the cleanup was pushed as an EH cleanup.
Definition at line 181 of file EHScopeStack.h.
|
inline |
isForEH - true if the current emission is for an EH cleanup.
Definition at line 172 of file EHScopeStack.h.
Referenced by isForNormalCleanup().
|
inline |
Definition at line 173 of file EHScopeStack.h.
References isForEHCleanup().
|
inline |
Definition at line 176 of file EHScopeStack.h.
|
inline |
Definition at line 182 of file EHScopeStack.h.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlock().
|
inline |
Definition at line 174 of file EHScopeStack.h.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlock().
|
inline |
Definition at line 177 of file EHScopeStack.h.
Referenced by clang::CodeGen::CodeGenFunction::PopCleanupBlock().
1.8.6