Lines Matching refs:var_sp
391 VariableSP var_sp; in DoExecute() local
434 var_sp = regex_var_list.GetVariableAtIndex (regex_idx); in DoExecute()
435 if (var_sp) in DoExecute()
437 … valobj_sp = frame->GetValueObjectForFrameVariable (var_sp, m_varobj_options.use_dynamic); in DoExecute()
443 … if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile()) in DoExecute()
447 … if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DoExecute()
476 lldb::VariableSP var_sp; in DoExecute() local
480 var_sp, in DoExecute()
486 … if (m_option_variable.show_decl && var_sp && var_sp->GetDeclaration ().GetFile()) in DoExecute()
488 var_sp->GetDeclaration ().DumpStopContext (&s, false); in DoExecute()
518 var_sp = variable_list->GetVariableAtIndex(i); in DoExecute()
520 switch (var_sp->GetScope()) in DoExecute()
555 valobj_sp = frame->GetValueObjectForFrameVariable (var_sp, in DoExecute()
566 … if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile()) in DoExecute()
568 var_sp->GetDeclaration ().DumpStopContext (&s, false); in DoExecute()