Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObject.cpp1926 ValueObject::GetSyntheticChild (const ConstString &key) const in GetSyntheticChild() function in ValueObject
2019 synthetic_child_sp = GetSyntheticChild (index_const_str); in GetSyntheticArrayMemberFromPointer()
2062 synthetic_child_sp = GetSyntheticChild (index_const_str); in GetSyntheticArrayMemberFromArray()
2094 synthetic_child_sp = GetSyntheticChild (index_const_str); in GetSyntheticBitFieldChild()
2135 synthetic_child_sp = GetSyntheticChild (name_const_str); in GetSyntheticChildAtOffset()
2187 synthetic_child_sp = GetSyntheticChild (name_const_string); in GetSyntheticExpressionPathChild()
/external/lldb/include/lldb/Core/
DValueObject.h848 GetSyntheticChild (const ConstString &key) const;