Home
last modified time | relevance | path

Searched refs:SetFixIndentationCallback (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h208 void SetFixIndentationCallback(FixIndentationCallbackType callback, in SetFixIndentationCallback() function
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp301 m_editline_up->SetFixIndentationCallback(std::move(f), indent_chars); in IOHandlerEditline()