|
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) |
| bool | GetCustomSubscripting () const |
| Flags & | SetCustomSubscripting (bool value=true) |
| uint32_t | GetValue () |
| void | SetValue (uint32_t value) |
Private Attributes | |
| uint32_t | m_flags = lldb::eTypeOptionCascade |
Definition at line 144 of file TypeSynthetic.h.
|
default |
|
inline |
Definition at line 148 of file TypeSynthetic.h.
|
inline |
Definition at line 150 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 164 of file TypeSynthetic.h.
|
inline |
Definition at line 169 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 233 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 220 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 207 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 181 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 194 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 245 of file TypeSynthetic.h.
References m_flags.
Definition at line 152 of file TypeSynthetic.h.
|
inline |
Definition at line 159 of file TypeSynthetic.h.
Definition at line 173 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by LoadCommonStlFormatters(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadMsvcStlFormatters(), and LoadObjCFormatters().
Definition at line 237 of file TypeSynthetic.h.
|
inline |
Definition at line 225 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by LoadCommonStlFormatters(), LoadLibCxxFormatters(), and LoadLibStdcppFormatters().
Definition at line 212 of file TypeSynthetic.h.
Definition at line 186 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadCommonStlFormatters(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadMsvcStlFormatters(), and LoadObjCFormatters().
Definition at line 199 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadCommonStlFormatters(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadMsvcStlFormatters(), and LoadObjCFormatters().
|
inline |
Definition at line 247 of file TypeSynthetic.h.
References m_flags.
|
private |
Definition at line 250 of file TypeSynthetic.h.
Referenced by Clear(), Flags(), Flags(), GetCascades(), GetCustomSubscripting(), GetFrontEndWantsDereference(), GetNonCacheable(), GetSkipPointers(), GetSkipReferences(), GetValue(), operator=(), operator=(), SetCascades(), SetCustomSubscripting(), SetFrontEndWantsDereference(), SetNonCacheable(), SetSkipPointers(), SetSkipReferences(), and SetValue().