Searched refs:GetVariableAtIndex (Results 1 – 16 of 16) sorted by relevance
125 lldb::ExpressionVariableSP GetVariableAtIndex(size_t index) { in GetVariableAtIndex() function164 var_sp = GetVariableAtIndex(index); in GetVariable()177 auto var_sp = GetVariableAtIndex(index); in GetVariable()
257 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()312 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
191 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName()
37 lldb::VariableSP GetVariableAtIndex(size_t idx) const;
91 var_sp = list.GetVariableAtIndex(index); in FindVariableInList()
160 m_found_entities.GetVariableAtIndex(entity_index)); in DidParse()170 m_parser_vars->m_persistent_vars->GetVariableAtIndex(pvar_index)); in DidParse()478 ExpressionVariableSP member_sp(m_struct_members.GetVariableAtIndex(index)); in GetStructElement()640 return vars.GetVariableAtIndex(0); in FindGlobalVariable()1072 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()1084 VariableSP candidate_var = vars->GetVariableAtIndex(vi); in LookupLocalVariable()
319 lldb::VariableSP var_sp = var_list_sp->GetVariableAtIndex(i); in AddLocalVariableDecls()
47 VariableSP VariableList::GetVariableAtIndex(size_t idx) const { in GetVariableAtIndex() function in VariableList
469 VariableSP variable = variable_list_sp->GetVariableAtIndex(i); in AppendVariables()
397 VariableSP var_sp(variable_list.GetVariableAtIndex(i)); in GetValuesForVariableExpressionPath()
373 persistent_state->GetVariableAtIndex(vi); in IOHandlerInputComplete()
583 VariableSP var = var_list.GetVariableAtIndex(0); in GetSymbolDeclarationFromAddress()
621 VariableSP var_sp = variable_list->GetVariableAtIndex(i); in DoExecute()
868 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx)); in DoExecute()
2122 VariableSP var_sp = globals_sp->GetVariableAtIndex(g); in GetGlobalAranges()2431 VariableSP var_sp = variables.GetVariableAtIndex(pruned_idx); in FindGlobalVariables()
2465 VariableSP var_sp(args.GetVariableAtIndex(arg_idx)); in PrettyPrintFunctionArguments()