Searched refs:synth_obj_sp (Results 1 – 2 of 2) sorted by relevance
190 if (lldb::ValueObjectSP synth_obj_sp = rhs->GetSyntheticValue()) { in Visit() local192 child_sp = synth_obj_sp->Dereference(error); in Visit()
1131 if (ValueObjectSP synth_obj_sp = valobj_sp->GetSyntheticValue()) { in LegacyGetValueForVariableExpressionPath() local1133 deref_valobj_sp = synth_obj_sp->Dereference(error); in LegacyGetValueForVariableExpressionPath()