Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp224 : SyntheticChildrenFrontEnd(*valobj_sp), m_child_type() {} in VectorTypeSyntheticFrontEnd()
239 std::optional<uint64_t> size = m_child_type.GetByteSize(nullptr); in GetChildAtIndex()
246 offset, m_child_type, true, ConstString(idx_name.GetString()))); in GetChildAtIndex()
261 m_child_type = ::GetCompilerTypeForFormat( in Update()
265 ::CalculateNumChildren(element_type, num_elements, m_child_type) in Update()
267 m_item_format = GetItemFormatForFormat(m_parent_format, m_child_type); in Update()
284 CompilerType m_child_type; member in lldb_private::formatters::VectorTypeSyntheticFrontEnd