#include "InsightsHelpers.h"

Public Member Functions | |
| BackupAndRestore (T &value, U &&newVal) | |
| ~BackupAndRestore () | |
Public Attributes | |
| T & | mValue |
| T | mBackup {} |
Definition at line 389 of file InsightsHelpers.h.
|
inline |
Definition at line 394 of file InsightsHelpers.h.
References clang::insights::BackupAndRestore< T, U >::mValue.
|
inline |
Definition at line 401 of file InsightsHelpers.h.
References clang::insights::BackupAndRestore< T, U >::mBackup, and clang::insights::BackupAndRestore< T, U >::mValue.
| T clang::insights::BackupAndRestore< T, U >::mBackup {} |
Definition at line 392 of file InsightsHelpers.h.
Referenced by clang::insights::BackupAndRestore< T, U >::~BackupAndRestore().
| T& clang::insights::BackupAndRestore< T, U >::mValue |
Definition at line 391 of file InsightsHelpers.h.
Referenced by clang::insights::BackupAndRestore< T, U >::BackupAndRestore(), and clang::insights::BackupAndRestore< T, U >::~BackupAndRestore().