reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
544 var_sp = regex_var_list.GetVariableAtIndex(regex_idx); 545 if (var_sp) { 547 var_sp, m_varobj_options.use_dynamic); 551 scope_string = GetScopeString(var_sp).str(); 557 var_sp->GetDeclaration().GetFile()) { 560 if (var_sp->DumpDeclaration(&s, show_fullpaths, 632 var_sp = variable_list->GetVariableAtIndex(i); 633 switch (var_sp->GetScope()) { 656 scope_string = GetScopeString(var_sp).str(); 661 var_sp, m_varobj_options.use_dynamic); 675 var_sp->GetDeclaration().GetFile()) { 676 var_sp->GetDeclaration().DumpStopContext(&s, false); 684 var_sp ? var_sp->GetName().AsCString() : nullptr); 684 var_sp ? var_sp->GetName().AsCString() : nullptr);