Lines Matching refs:GetSyntheticValue
575 if (ValueObjectSP synth_valobj_sp = GetSyntheticValue()) { in CreateChildAtIndex()
1848 ValueObjectSP ValueObject::GetSyntheticValue() { in GetSyntheticValue() function in ValueObject
2165 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2179 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2234 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2248 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2358 root->GetSyntheticValue()->GetNumChildren() > index) in GetValueForExpressionPath_Impl()
2360 root->GetSyntheticValue()->GetChildAtIndex(index, true); in GetValueForExpressionPath_Impl()
2408 root = root->GetSyntheticValue()->GetChildAtIndex(index, true); in GetValueForExpressionPath_Impl()
2458 root = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2620 if (result_sp->GetSyntheticValue()) in GetQualifiedRepresentationIfAvailable()
2621 result_sp = result_sp->GetSyntheticValue(); in GetQualifiedRepresentationIfAvailable()
2695 GetSyntheticValue() in Dereference()