Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDREPL.h100 int IOHandlerFixIndentation(IOHandler &io_handler, const StringList &lines,
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h233 virtual int IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp168 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation() function in REPL
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandler.cpp448 return m_delegate.IOHandlerFixIndentation(*this, lines, cursor_position); in FixIndentationCallback()