Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h798 void SetChildrenCount(size_t count) { Clear(count); } in SetChildrenCount() function
/external/llvm-project/lldb/source/Core/
DValueObject.cpp581 m_children.SetChildrenCount(num_children); in SetNumChildren()