LLDB mainline
|
#include <ValueObject.h>
Public Member Functions | |
Bitflags () |
Definition at line 1007 of file ValueObject.h.
|
inline |
Definition at line 1014 of file ValueObject.h.
References m_children_count_valid, m_did_calculate_complete_objc_class_type, m_is_array_item_for_pointer, m_is_bitfield_for_scalar, m_is_child_at_offset, m_is_deref_of_parent, m_is_getting_summary, m_is_synthetic_children_generated, m_old_value_valid, m_value_did_change, and m_value_is_valid.
bool lldb_private::ValueObject::Bitflags::m_children_count_valid |
Definition at line 1009 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_did_calculate_complete_objc_class_type |
Definition at line 1012 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_is_array_item_for_pointer |
Definition at line 1010 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_is_bitfield_for_scalar |
Definition at line 1011 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_is_child_at_offset |
Definition at line 1011 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_is_deref_of_parent |
Definition at line 1010 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_is_getting_summary |
Definition at line 1012 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_is_synthetic_children_generated |
Definition at line 1013 of file ValueObject.h.
Referenced by Bitflags(), and lldb_private::ValueObject::ValueObject().
bool lldb_private::ValueObject::Bitflags::m_old_value_valid |
Definition at line 1009 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_value_did_change |
Definition at line 1008 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_value_is_valid |
Definition at line 1008 of file ValueObject.h.
Referenced by Bitflags().