Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp79 int cursor_position, in GetDesiredIndentation() argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp295 int cursor_position) { in IOHandlerEditline()
447 int cursor_position) { in FixIndentationCallback()
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp170 int cursor_position) { in IOHandlerFixIndentation()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h235 int cursor_position) { in IOHandlerFixIndentation()
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp837 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); NextLineCommand() local
866 int cursor_position = info->cursor - info->buffer; FixIndentationCommand() local