Home
last modified time | relevance | path

Searched refs:synthetic_value_sp (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp2627 ValueObjectSP synthetic_value_sp = value_sp->GetSyntheticValue(); in WindowDelegateDraw() local
2628 if (synthetic_value_sp) in WindowDelegateDraw()
2629 local_values.Append(synthetic_value_sp); in WindowDelegateDraw()