Home
last modified time | relevance | path

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

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