Searched refs:cursor_position (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | REPL.h | 101 int cursor_position) override; 141 const StringList &lines, int cursor_position,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandler.cpp | 295 int cursor_position) { in IOHandlerEditline() 296 return this->FixIndentationCallback(editline, lines, cursor_position); in IOHandlerEditline() 447 int cursor_position) { in FixIndentationCallback() 448 return m_delegate.IOHandlerFixIndentation(*this, lines, cursor_position); 293 __anoncf8a7a3b0402(Editline *editline, const StringList &lines, int cursor_position) IOHandlerEditline() argument 445 FixIndentationCallback(Editline * editline,const StringList & lines,int cursor_position) FixIndentationCallback() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/ |
H A D | ClangREPL.h | 46 int cursor_position,
|
H A D | ClangREPL.cpp | 79 int cursor_position, in GetDesiredIndentation() argument
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 224 /// \param[in] cursor_position 235 int cursor_position) { in IOHandlerFixIndentation() argument 417 int cursor_position);
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 823 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand() local 824 int cursor_row = cursor_position / m_terminal_width; in NextLineCommand() 852 int cursor_position = info->cursor - info->buffer; in FixIndentationCommand() local 858 m_fix_indentation_callback(this, lines, cursor_position); in FixIndentationCommand() 885 m_revert_cursor_index = cursor_position + indent_correction; in FixIndentationCommand()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | REPL.cpp | 170 int cursor_position) { in IOHandlerFixIndentation() argument 181 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()
|