Home
last modified time | relevance | path

Searched defs:cursor_position (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h240 int cursor_position) { in IOHandlerFixIndentation()
/external/llvm-project/lldb/source/Expression/
DREPL.cpp162 int cursor_position) { in IOHandlerFixIndentation()
/external/llvm-project/lldb/source/Core/
DIOHandler.cpp437 int cursor_position, in FixIndentationCallback()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp826 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand() local
855 int cursor_position = info->cursor - info->buffer; in FixIndentationCommand() local