Searched refs:cursor_position (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 101 int cursor_position) override; 123 const StringList &lines, int cursor_position,
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandler.cpp | 298 int cursor_position) { in IOHandlerEditline() argument 299 return this->FixIndentationCallback(editline, lines, cursor_position); in IOHandlerEditline() 455 int cursor_position) { in FixIndentationCallback() argument 456 return m_delegate.IOHandlerFixIndentation(*this, lines, cursor_position); in FixIndentationCallback()
|
| /llvm-project-15.0.7/lldb/source/Plugins/REPL/Clang/ |
| H A D | ClangREPL.h | 43 int cursor_position,
|
| H A D | ClangREPL.cpp | 76 int cursor_position, in GetDesiredIndentation() argument
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 240 int cursor_position) { in IOHandlerFixIndentation() argument 425 int cursor_position);
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Editline.cpp | 833 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand() local 834 int cursor_row = cursor_position / m_terminal_width; in NextLineCommand() 862 int cursor_position = info->cursor - info->buffer; in FixIndentationCommand() local 868 m_fix_indentation_callback(this, lines, cursor_position); in FixIndentationCommand() 895 m_revert_cursor_index = cursor_position + indent_correction; in FixIndentationCommand()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | REPL.cpp | 167 int cursor_position) { in IOHandlerFixIndentation() argument 178 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()
|