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