Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/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()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DArgs.h45 opt_arg_pos (arg_pos) in OptionArgElement()
51 int opt_arg_pos; member
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectProcess.cpp389 int opt_arg_pos = opt_element_vector[opt_element_index].opt_arg_pos; in HandleOptionArgumentCompletion() local
403 partial_name = input.GetArgumentAtIndex(opt_arg_pos); in HandleOptionArgumentCompletion()
DCommandObjectPlatform.cpp1858 int opt_arg_pos = opt_element_vector[opt_element_index].opt_arg_pos; in HandleOptionArgumentCompletion() local
1872 partial_name = input.GetArgumentAtIndex(opt_arg_pos); in HandleOptionArgumentCompletion()