Searched refs:IOHandlerFixIndentation (Results 1 – 4 of 4) sorted by relevance
100 int IOHandlerFixIndentation(IOHandler &io_handler, const StringList &lines,
227 virtual int IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation() function
432 return m_delegate.IOHandlerFixIndentation(*this, lines, cursor_position); in FixIndentationCallback()
168 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation() function in REPL