Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h893 void SetChildrenCount(size_t count) { Clear(count); } in SetChildrenCount() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp488 m_children.SetChildrenCount(num_children); in SetNumChildren()