|
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 142 of file TypeSynthetic.h.
|
default |
|
inline |
Definition at line 146 of file TypeSynthetic.h.
|
inline |
Definition at line 148 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 162 of file TypeSynthetic.h.
|
inline |
Definition at line 167 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 231 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 218 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 205 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 179 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 192 of file TypeSynthetic.h.
References m_flags.
|
inline |
Definition at line 243 of file TypeSynthetic.h.
References m_flags.
Definition at line 150 of file TypeSynthetic.h.
|
inline |
Definition at line 157 of file TypeSynthetic.h.
Definition at line 171 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by LoadCommonStlFormatters(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadMsvcStlFormatters(), and LoadObjCFormatters().
Definition at line 235 of file TypeSynthetic.h.
|
inline |
Definition at line 223 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadCommonStlFormatters(), LoadLibCxxFormatters(), and LoadLibStdcppFormatters().
Definition at line 210 of file TypeSynthetic.h.
Definition at line 184 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadCommonStlFormatters(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadMsvcStlFormatters(), and LoadObjCFormatters().
Definition at line 197 of file TypeSynthetic.h.
References Flags(), and m_flags.
Referenced by CommandObjectTypeSynthAdd::IOHandlerInputComplete(), LoadCommonStlFormatters(), LoadLibCxxFormatters(), LoadLibStdcppFormatters(), LoadMsvcStlFormatters(), and LoadObjCFormatters().
|
inline |
Definition at line 245 of file TypeSynthetic.h.
References m_flags.
|
private |
Definition at line 248 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().