Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp79 int cursor_position, in GetDesiredIndentation()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp279 int cursor_position) { in IOHandlerEditline()
431 int cursor_position) { in FixIndentationCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h229 int cursor_position) { in IOHandlerFixIndentation()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp170 int cursor_position) { 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
888 int cursor_position = info->cursor - info->buffer; in FixIndentationCommand() local