Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h954 std::map<ConstString, ValueObject *> m_synthetic_children; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1723 m_synthetic_children[key] = valobj; in AddSyntheticChild()
1729 m_synthetic_children.find(key); in GetSyntheticChild()
1730 if (pos != m_synthetic_children.end()) in GetSyntheticChild()