Home
last modified time | relevance | path

Searched refs:cursor_position (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h101 int cursor_position) override;
123 const StringList &lines, int cursor_position,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp289 int cursor_position) { in IOHandlerEditline() argument
290 return this->FixIndentationCallback(editline, lines, cursor_position); in IOHandlerEditline()
448 int cursor_position) { in FixIndentationCallback() argument
449 return m_delegate.IOHandlerFixIndentation(*this, lines, cursor_position); in FixIndentationCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h240 int cursor_position) { in IOHandlerFixIndentation() argument
425 int cursor_position);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp829 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand() local
830 int cursor_row = cursor_position / m_terminal_width; in NextLineCommand()
858 int cursor_position = info->cursor - info->buffer; in FixIndentationCommand() local
864 m_fix_indentation_callback(this, lines, cursor_position); in FixIndentationCommand()
891 m_revert_cursor_index = cursor_position + indent_correction; in FixIndentationCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp162 int cursor_position) { in IOHandlerFixIndentation() argument
173 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()