Home
last modified time | relevance | path

Searched refs:m_value_ptr_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMsvcStlSmartPointer.cpp100 lldb::ValueObjectSP m_value_ptr_sp; member in lldb_private::formatters::MsvcStlUniquePtrSyntheticFrontEnd
215 if (m_value_ptr_sp) in CalculateNumChildren()
223 if (!m_value_ptr_sp) in GetChildAtIndex()
227 return m_value_ptr_sp; in GetChildAtIndex()
234 auto value_sp = m_value_ptr_sp->Dereference(status); in GetChildAtIndex()
254 m_value_ptr_sp = value_ptr_sp->Clone(ConstString("pointer")); in Update()
H A DLibCxx.cpp382 if (m_value_ptr_sp) in CalculateNumChildren()
390 if (!m_value_ptr_sp) in GetChildAtIndex()
394 return m_value_ptr_sp; in GetChildAtIndex()
401 auto value_sp = m_value_ptr_sp->Dereference(status); in GetChildAtIndex()
426 m_value_ptr_sp = value_pointer_sp->Clone(ConstString("pointer")); in Update()
432 m_value_ptr_sp = ptr_sp->Clone(ConstString("pointer")); in Update()
H A DLibCxx.h141 lldb::ValueObjectSP m_value_ptr_sp;