Lines Matching defs:var_sp
405 llvm::StringRef GetScopeString(VariableSP var_sp) {
406 if (!var_sp)
409 switch (var_sp->GetScope()) {
540 for (const VariableSP &var_sp : *results) {
542 var_sp, m_varobj_options.use_dynamic);
546 scope_string = GetScopeString(var_sp).str();
552 var_sp->GetDeclaration().GetFile()) {
555 if (var_sp->DumpDeclaration(&s, show_fullpaths,
579 lldb::VariableSP var_sp;
582 var_sp, error);
586 scope_string = GetScopeString(var_sp).str();
590 if (m_option_variable.show_decl && var_sp &&
591 var_sp->GetDeclaration().GetFile()) {
592 var_sp->GetDeclaration().DumpStopContext(&s, false);
621 VariableSP var_sp = variable_list->GetVariableAtIndex(i);
622 if (!ScopeRequested(var_sp->GetScope()))
626 scope_string = GetScopeString(var_sp).str();
631 var_sp, m_varobj_options.use_dynamic);
645 var_sp->GetDeclaration().GetFile()) {
646 var_sp->GetDeclaration().DumpStopContext(&s, false);
654 var_sp ? var_sp->GetName().AsCString() : nullptr);