Searched refs:GetVariableAtIndex (Results 1 – 16 of 16) sorted by relevance
134 lldb::ExpressionVariableSP GetVariableAtIndex(size_t index) { in GetVariableAtIndex() function173 var_sp = GetVariableAtIndex(index); in GetVariable()186 auto var_sp = GetVariableAtIndex(index); in GetVariable()
256 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()311 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
190 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName()
40 lldb::VariableSP GetVariableAtIndex(size_t idx) const;
91 var_sp = list.GetVariableAtIndex(index); in FindVariableInList()
161 m_found_entities.GetVariableAtIndex(entity_index)); in DidParse()171 m_parser_vars->m_persistent_vars->GetVariableAtIndex(pvar_index)); in DidParse()479 ExpressionVariableSP member_sp(m_struct_members.GetVariableAtIndex(index)); in GetStructElement()641 return vars.GetVariableAtIndex(0); in FindGlobalVariable()1071 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()1083 VariableSP candidate_var = vars->GetVariableAtIndex(vi); in LookupLocalVariable()
318 lldb::VariableSP var_sp = var_list_sp->GetVariableAtIndex(i); in AddLocalVariableDecls()
47 VariableSP VariableList::GetVariableAtIndex(size_t idx) const { in GetVariableAtIndex() function in VariableList
446 VariableSP variable = variable_list_sp->GetVariableAtIndex(i); in AppendVariables()
398 VariableSP var_sp(variable_list.GetVariableAtIndex(i)); in GetValuesForVariableExpressionPath()
372 persistent_state->GetVariableAtIndex(vi); in IOHandlerInputComplete()
581 VariableSP var = var_list.GetVariableAtIndex(0); in GetSymbolDeclarationFromAddress()
649 VariableSP var_sp = variable_list->GetVariableAtIndex(i); in DoExecute()
870 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx)); in DoExecute()
2062 VariableSP var_sp = globals_sp->GetVariableAtIndex(g); in GetGlobalAranges()2372 VariableSP var_sp = variables.GetVariableAtIndex(pruned_idx); in FindGlobalVariables()
2605 VariableSP var_sp(args.GetVariableAtIndex(arg_idx)); in PrettyPrintFunctionArguments()