Lines Matching defs:var_sp
428 llvm::StringRef GetScopeString(VariableSP var_sp) {
429 if (!var_sp)
432 switch (var_sp->GetScope()) {
563 for (const VariableSP &var_sp : *results) {
565 var_sp, m_varobj_options.use_dynamic);
569 scope_string = GetScopeString(var_sp).str();
575 var_sp->GetDeclaration().GetFile()) {
578 if (var_sp->DumpDeclaration(&s, show_fullpaths,
602 lldb::VariableSP var_sp;
605 var_sp, error);
609 scope_string = GetScopeString(var_sp).str();
613 if (m_option_variable.show_decl && var_sp &&
614 var_sp->GetDeclaration().GetFile()) {
615 var_sp->GetDeclaration().DumpStopContext(&s, false);
644 VariableSP var_sp = variable_list->GetVariableAtIndex(i);
645 if (!ScopeRequested(var_sp->GetScope()))
649 scope_string = GetScopeString(var_sp).str();
654 var_sp, m_varobj_options.use_dynamic);
668 var_sp->GetDeclaration().GetFile()) {
669 var_sp->GetDeclaration().DumpStopContext(&s, false);
677 var_sp ? var_sp->GetName().AsCString() : nullptr);