Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h886 void SetChildAtIndex(size_t idx, ValueObject *valobj) { in SetChildAtIndex() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp385 m_children.SetChildAtIndex(idx, CreateChildAtIndex(idx)); in GetChildAtIndex()