clang API Documentation
#include <EHScopeStack.h>
Public Types | |
typedef T | type |
typedef T | saved_type |
Static Public Member Functions | |
static bool | needsSaving (type value) |
static saved_type | save (CodeGenFunction &CGF, type value) |
static type | restore (CodeGenFunction &CGF, saved_type value) |
Definition at line 55 of file EHScopeStack.h.
typedef T clang::CodeGen::InvariantValue< T >::saved_type |
Definition at line 57 of file EHScopeStack.h.
typedef T clang::CodeGen::InvariantValue< T >::type |
Definition at line 56 of file EHScopeStack.h.
static bool clang::CodeGen::InvariantValue< T >::needsSaving | ( | type | value | ) | [inline, static] |
Definition at line 58 of file EHScopeStack.h.
static type clang::CodeGen::InvariantValue< T >::restore | ( | CodeGenFunction & | CGF, |
saved_type | value | ||
) | [inline, static] |
Definition at line 60 of file EHScopeStack.h.
static saved_type clang::CodeGen::InvariantValue< T >::save | ( | CodeGenFunction & | CGF, |
type | value | ||
) | [inline, static] |
Definition at line 59 of file EHScopeStack.h.
Referenced by EnterNewDeleteCleanup().