Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DREPL.h107 int IOHandlerFixIndentation(IOHandler &io_handler, const StringList &lines,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h236 virtual int IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp165 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation() function in REPL
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp425 return editline_reader->m_delegate.IOHandlerFixIndentation( in FixIndentationCallback()