Lines Matching refs:GetChildMemberWithName
401 root = root->GetChildMemberWithName(name); in GetChildAtNamePath()
415 ValueObjectSP ValueObject::GetChildMemberWithName(llvm::StringRef name, in GetChildMemberWithName() function in ValueObject
2305 root->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2324 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2333 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2342 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2347 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2374 root->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2392 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2401 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2410 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2415 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2870 GetSyntheticValue()->GetChildMemberWithName("$$dereference$$").get(); in Dereference()
2872 m_deref_valobj = GetChildMemberWithName("$$dereference$$").get(); in Dereference()