Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h101 int cursor_position) override;
141 const StringList &lines, int cursor_position,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp279 int cursor_position) { in IOHandlerEditline() argument
280 return this->FixIndentationCallback(editline, lines, cursor_position); in IOHandlerEditline()
431 int cursor_position) { in FixIndentationCallback() argument
432 return m_delegate.IOHandlerFixIndentation(*this, lines, cursor_position); in FixIndentationCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h46 int cursor_position,
H A DClangREPL.cpp79 int cursor_position, in GetDesiredIndentation() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h229 int cursor_position) { in IOHandlerFixIndentation() argument
416 int cursor_position);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp170 int cursor_position) { in IOHandlerFixIndentation() argument
181 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp857 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand() local
858 int cursor_row = cursor_position / m_terminal_width; in NextLineCommand()
888 int cursor_position = info->cursor - info->buffer; in FixIndentationCommand() local
894 m_fix_indentation_callback(this, lines, cursor_position); in FixIndentationCommand()
923 m_revert_cursor_index = cursor_position + indent_correction; in FixIndentationCommand()