#include <TypeSynthetic.h>
Definition at line 132 of file TypeSynthetic.h.
◆ SharedPointer
◆ SyntheticChildren() [1/2]
lldb_private::SyntheticChildren::SyntheticChildren |
( |
const Flags & |
flags | ) |
|
|
inline |
◆ ~SyntheticChildren()
virtual lldb_private::SyntheticChildren::~SyntheticChildren |
( |
| ) |
|
|
virtualdefault |
◆ SyntheticChildren() [2/2]
◆ Cascades()
bool lldb_private::SyntheticChildren::Cascades |
( |
| ) |
const |
|
inline |
◆ GetDescription()
virtual std::string lldb_private::SyntheticChildren::GetDescription |
( |
| ) |
|
|
pure virtual |
◆ GetFrontEnd()
◆ GetOptions()
uint32_t lldb_private::SyntheticChildren::GetOptions |
( |
| ) |
|
|
inline |
◆ GetRevision()
uint32_t& lldb_private::SyntheticChildren::GetRevision |
( |
| ) |
|
|
inline |
◆ IsScripted()
virtual bool lldb_private::SyntheticChildren::IsScripted |
( |
| ) |
|
|
pure virtual |
◆ NonCacheable()
bool lldb_private::SyntheticChildren::NonCacheable |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ SetCascades()
void lldb_private::SyntheticChildren::SetCascades |
( |
bool |
value | ) |
|
|
inline |
◆ SetNonCacheable()
void lldb_private::SyntheticChildren::SetNonCacheable |
( |
bool |
value | ) |
|
|
inline |
◆ SetOptions()
void lldb_private::SyntheticChildren::SetOptions |
( |
uint32_t |
value | ) |
|
|
inline |
◆ SetSkipsPointers()
void lldb_private::SyntheticChildren::SetSkipsPointers |
( |
bool |
value | ) |
|
|
inline |
◆ SetSkipsReferences()
void lldb_private::SyntheticChildren::SetSkipsReferences |
( |
bool |
value | ) |
|
|
inline |
◆ SkipsPointers()
bool lldb_private::SyntheticChildren::SkipsPointers |
( |
| ) |
const |
|
inline |
◆ SkipsReferences()
bool lldb_private::SyntheticChildren::SkipsReferences |
( |
| ) |
const |
|
inline |
◆ WantsDereference()
bool lldb_private::SyntheticChildren::WantsDereference |
( |
| ) |
const |
|
inline |
◆ m_flags
Flags lldb_private::SyntheticChildren::m_flags |
|
protected |
Definition at line 270 of file TypeSynthetic.h.
Referenced by Cascades(), GetOptions(), NonCacheable(), SetCascades(), SetNonCacheable(), SetOptions(), SetSkipsPointers(), SetSkipsReferences(), SkipsPointers(), SkipsReferences(), and WantsDereference().
◆ m_my_revision
uint32_t lldb_private::SyntheticChildren::m_my_revision |
|
protected |
The documentation for this class was generated from the following file: