Searched refs:GetVariableAtIndex (Results 1 – 17 of 17) 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()
37 lldb::VariableSP GetVariableAtIndex(size_t idx) const;
256 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()313 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
182 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName()
87 var_sp = list.GetVariableAtIndex(index); in FindVariableInList()
140 m_found_entities.GetVariableAtIndex(entity_index)); in DidParse()150 m_parser_vars->m_persistent_vars->GetVariableAtIndex(pvar_index)); in DidParse()456 ExpressionVariableSP member_sp(m_struct_members.GetVariableAtIndex(index)); in GetStructElement()622 return vars.GetVariableAtIndex(0); in FindGlobalVariable()1079 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()1091 VariableSP candidate_var = vars->GetVariableAtIndex(vi); in LookupLocalVariable()
274 lldb::VariableSP var_sp = var_list_sp->GetVariableAtIndex(i); in AddLocalVariableDecls()
47 VariableSP VariableList::GetVariableAtIndex(size_t idx) const { in GetVariableAtIndex() function in VariableList
442 VariableSP variable = variable_list_sp->GetVariableAtIndex(i); in AppendVariables()
403 VariableSP var_sp(variable_list.GetVariableAtIndex(i)); in GetValuesForVariableExpressionPath()
535 var_sp = regex_var_list.GetVariableAtIndex(regex_idx); in DoExecute()623 var_sp = variable_list->GetVariableAtIndex(i); in DoExecute()
856 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx)); in DoExecute()
362 persistent_state->GetVariableAtIndex(vi); in IOHandlerInputComplete()
580 VariableSP var = var_list.GetVariableAtIndex(0); in GetSymbolDeclarationFromAddress()
1797 VariableSP var_sp = globals_sp->GetVariableAtIndex(g); in GetGlobalAranges()2088 VariableSP var_sp = variables.GetVariableAtIndex(pruned_idx); in FindGlobalVariables()
1692 VariableSP var_sp(args.GetVariableAtIndex(arg_idx)); in Format()
3957 auto var = var_list.GetVariableAtIndex(0); in Dump()