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.cpp293 __anoncf8a7a3b0402(Editline *editline, const StringList &lines, int cursor_position) IOHandlerEditline() argument
445 FixIndentationCallback(Editline * editline,const StringList & lines,int cursor_position) FixIndentationCallback() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h235 int cursor_position) { in IOHandlerFixIndentation() argument
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp170 int cursor_position) { in IOHandlerFixIndentation() argument
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp823 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand() local
852 int cursor_position = info->cursor - info->buffer; in FixIndentationCommand() local