Lines Matching refs:GetChildMemberWithName
435 root = root->GetChildMemberWithName(name, true); in GetChildAtNamePath()
452 root = root->GetChildMemberWithName(name.first, name.second); in GetChildAtNamePath()
468 ValueObjectSP ValueObject::GetChildMemberWithName(ConstString name, in GetChildMemberWithName() function in ValueObject
2137 root->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2156 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2165 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2174 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2179 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2207 root->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2225 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2234 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2243 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2248 child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2693 ->GetChildMemberWithName(ConstString("$$dereference$$"), true) in Dereference()
2697 GetChildMemberWithName(ConstString("$$dereference$$"), true).get(); in Dereference()