Lines Matching refs:GetSyntheticValue
522 if (ValueObjectSP synth_valobj_sp = GetSyntheticValue()) { in CreateChildAtIndex()
1814 ValueObjectSP ValueObject::GetSyntheticValue() { in GetSyntheticValue() function in ValueObject
2119 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2133 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2187 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2201 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2311 root->GetSyntheticValue()->GetNumChildren() > index) in GetValueForExpressionPath_Impl()
2313 root->GetSyntheticValue()->GetChildAtIndex(index); in GetValueForExpressionPath_Impl()
2361 root = root->GetSyntheticValue()->GetChildAtIndex(index); in GetValueForExpressionPath_Impl()
2411 root = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2571 if (auto synth_sp = result_sp->GetSyntheticValue()) in GetQualifiedRepresentationIfAvailable()
2647 GetSyntheticValue()->GetChildMemberWithName("$$dereference$$").get(); in Dereference()