|
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 143 of file TypeSynthetic.h.
|
default |
|
inline |
Definition at line 147 of file TypeSynthetic.h.
|
inline |
Definition at line 149 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 163 of file TypeSynthetic.h.
|
inline |
Definition at line 168 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 232 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 219 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 206 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 180 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 193 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 244 of file TypeSynthetic.h.
References m_flags.
Definition at line 151 of file TypeSynthetic.h.
|
inline |
Definition at line 158 of file TypeSynthetic.h.
Definition at line 172 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by LoadCommonStlFormatters(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadMsvcStlFormatters(), and LoadObjCFormatters().
Definition at line 236 of file TypeSynthetic.h.
|
inline |
Definition at line 224 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadCommonStlFormatters(), LoadLibCxxFormatters(), and LoadLibStdcppFormatters().
Definition at line 211 of file TypeSynthetic.h.
Definition at line 185 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadCommonStlFormatters(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadMsvcStlFormatters(), and LoadObjCFormatters().
Definition at line 198 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadCommonStlFormatters(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadMsvcStlFormatters(), and LoadObjCFormatters().
|
inline |
Definition at line 246 of file TypeSynthetic.h.
References m_flags.
|
private |
Definition at line 249 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().