Home
last modified time | relevance | path

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

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