Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h195 bool SetFixIndentationCallback(FixIndentationCallbackType callback,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp1281 bool Editline::SetFixIndentationCallback(FixIndentationCallbackType callback, in SetFixIndentationCallback() function in Editline
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp313 m_editline_ap->SetFixIndentationCallback(FixIndentationCallback, this, in IOHandlerEditline()