Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp79 int cursor_position, in GetDesiredIndentation() argument
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp295 __anond4a2bece0402(Editline *editline, const StringList &lines, int cursor_position) IOHandlerEditline() argument
447 FixIndentationCallback(Editline * editline,const StringList & lines,int cursor_position) FixIndentationCallback() argument
/llvm-project/lldb/source/Expression/
H A DREPL.cpp170 int cursor_position) { in IOHandlerFixIndentation() argument
/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h235 IOHandlerFixIndentation(IOHandler & io_handler,const StringList & lines,int cursor_position) IOHandlerFixIndentation() argument
/llvm-project/lldb/source/Host/common/
H A DEditline.cpp823 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); NextLineCommand() local
852 int cursor_position = info->cursor - info->buffer; FixIndentationCommand() local