Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp2016 ValueObject::GetSyntheticChild (const ConstString &key) const in GetSyntheticChild() function in ValueObject
2121 synthetic_child_sp = GetSyntheticChild (index_const_str); in GetSyntheticArrayMember()
2153 synthetic_child_sp = GetSyntheticChild (index_const_str); in GetSyntheticBitFieldChild()
2194 synthetic_child_sp = GetSyntheticChild (name_const_str); in GetSyntheticChildAtOffset()
2235 synthetic_child_sp = GetSyntheticChild (name_const_str); in GetSyntheticBase()
2291 synthetic_child_sp = GetSyntheticChild (name_const_string); in GetSyntheticExpressionPathChild()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObject.h681 GetSyntheticChild (const ConstString &key) const;