Home
last modified time | relevance | path

Searched refs:opt_arg_pos (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Interpreter/
DOptions.cpp765 int opt_arg_pos = opt_element_vector[i].opt_arg_pos; in HandleOptionCompletion() local
854 else if (opt_arg_pos == cursor_index) in HandleOptionCompletion()
905 int opt_arg_pos = opt_element_vector[opt_element_index].opt_arg_pos; in HandleOptionArgumentCompletion() local
914 …std::string match_string(input.GetArgumentAtIndex (opt_arg_pos), input.GetArgumentAtIndex (opt_arg… in HandleOptionArgumentCompletion()
950 int cur_arg_pos = opt_element_vector[i].opt_arg_pos; in HandleOptionArgumentCompletion()
973 … input.GetArgumentAtIndex (opt_arg_pos), in HandleOptionArgumentCompletion()
/external/lldb/include/lldb/Interpreter/
DArgs.h46 opt_arg_pos (arg_pos) in OptionArgElement()
52 int opt_arg_pos; member
/external/lldb/source/Commands/
DCommandObjectProcess.cpp472 int opt_arg_pos = opt_element_vector[opt_element_index].opt_arg_pos; in HandleOptionArgumentCompletion() local
486 partial_name = input.GetArgumentAtIndex(opt_arg_pos); in HandleOptionArgumentCompletion()