LLDB mainline
|
#include <TypeSynthetic.h>
Public Member Functions | |
Flags ()=default | |
Flags (const Flags &other) | |
Flags (uint32_t value) | |
Flags & | operator= (const Flags &rhs) |
Flags & | operator= (const uint32_t &rhs) |
Flags & | Clear () |
bool | GetCascades () const |
Flags & | SetCascades (bool value=true) |
bool | GetSkipPointers () const |
Flags & | SetSkipPointers (bool value=true) |
bool | GetSkipReferences () const |
Flags & | SetSkipReferences (bool value=true) |
bool | GetNonCacheable () const |
Flags & | SetNonCacheable (bool value=true) |
bool | GetFrontEndWantsDereference () const |
Flags & | SetFrontEndWantsDereference (bool value=true) |
uint32_t | GetValue () |
void | SetValue (uint32_t value) |
Private Attributes | |
uint32_t | m_flags = lldb::eTypeOptionCascade |
Definition at line 134 of file TypeSynthetic.h.
|
default |
|
inline |
Definition at line 138 of file TypeSynthetic.h.
|
inline |
Definition at line 140 of file TypeSynthetic.h.
|
inline |
Definition at line 154 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 159 of file TypeSynthetic.h.
References m_flags.
Referenced by lldb_private::SyntheticChildren::Cascades().
|
inline |
Definition at line 210 of file TypeSynthetic.h.
References m_flags.
Referenced by lldb_private::SyntheticChildren::WantsDereference().
|
inline |
Definition at line 197 of file TypeSynthetic.h.
References m_flags.
Referenced by lldb_private::SyntheticChildren::NonCacheable().
|
inline |
Definition at line 171 of file TypeSynthetic.h.
References m_flags.
Referenced by lldb_private::SyntheticChildren::SkipsPointers().
|
inline |
Definition at line 184 of file TypeSynthetic.h.
References m_flags.
Referenced by lldb_private::SyntheticChildren::SkipsReferences().
|
inline |
Definition at line 223 of file TypeSynthetic.h.
References m_flags.
Referenced by lldb_private::SyntheticChildren::GetOptions().
Definition at line 142 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 149 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 163 of file TypeSynthetic.h.
References m_flags.
Referenced by LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadObjCFormatters(), and lldb_private::SyntheticChildren::SetCascades().
|
inline |
Definition at line 215 of file TypeSynthetic.h.
References m_flags.
Referenced by LoadLibCxxFormatters(), and LoadLibStdcppFormatters().
|
inline |
Definition at line 202 of file TypeSynthetic.h.
References m_flags.
Referenced by lldb_private::SyntheticChildren::SetNonCacheable().
|
inline |
Definition at line 176 of file TypeSynthetic.h.
References m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadObjCFormatters(), and lldb_private::SyntheticChildren::SetSkipsPointers().
|
inline |
Definition at line 189 of file TypeSynthetic.h.
References m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadObjCFormatters(), and lldb_private::SyntheticChildren::SetSkipsReferences().
|
inline |
Definition at line 225 of file TypeSynthetic.h.
References m_flags.
Referenced by lldb_private::SyntheticChildren::SetOptions().
|
private |
Definition at line 228 of file TypeSynthetic.h.
Referenced by Clear(), GetCascades(), GetFrontEndWantsDereference(), GetNonCacheable(), GetSkipPointers(), GetSkipReferences(), GetValue(), operator=(), SetCascades(), SetFrontEndWantsDereference(), SetNonCacheable(), SetSkipPointers(), SetSkipReferences(), and SetValue().