Home
last modified time | relevance | path

Searched refs:IOHandlerFixIndentation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DREPL.h100 int IOHandlerFixIndentation(IOHandler &io_handler, const StringList &lines,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h238 virtual int IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation() function
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp165 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation() function in REPL
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp456 return m_delegate.IOHandlerFixIndentation(*this, lines, cursor_position); in FixIndentationCallback()