clang API Documentation
#include <CodeGenFunction.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 106 of file CodeGenFunction.h.
| typedef T clang::CodeGen::InvariantValue< T >::saved_type |
Definition at line 108 of file CodeGenFunction.h.
| typedef T clang::CodeGen::InvariantValue< T >::type |
Definition at line 107 of file CodeGenFunction.h.
| static bool clang::CodeGen::InvariantValue< T >::needsSaving | ( | type | value | ) | [inline, static] |
Definition at line 109 of file CodeGenFunction.h.
Referenced by clang::CodeGen::DominatingValue< RValue >::needsSaving().
| static type clang::CodeGen::InvariantValue< T >::restore | ( | CodeGenFunction & | CGF, |
| saved_type | value | ||
| ) | [inline, static] |
Definition at line 111 of file CodeGenFunction.h.
| static saved_type clang::CodeGen::InvariantValue< T >::save | ( | CodeGenFunction & | CGF, |
| type | value | ||
| ) | [inline, static] |
Definition at line 110 of file CodeGenFunction.h.
Referenced by EnterNewDeleteCleanup(), and clang::CodeGen::DominatingValue< RValue >::save().