Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h818 void SetChildrenCount(size_t count) { Clear(count); } in SetChildrenCount() function
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp528 m_children.SetChildrenCount(num_children); in SetNumChildren()