Lines Matching refs:GetChildMemberWithName
401 root = root->GetChildMemberWithName(name); in GetChildAtNamePath()
415 ValueObjectSP ValueObject::GetChildMemberWithName(llvm::StringRef name, in GetChildMemberWithName() function in ValueObject
2094 root->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2113 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2122 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2131 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2136 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2163 root->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2181 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2190 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2199 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2204 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2647 GetSyntheticValue()->GetChildMemberWithName("$$dereference$$").get(); in Dereference()
2649 m_deref_valobj = GetChildMemberWithName("$$dereference$$").get(); in Dereference()