Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h204 bool SetFixIndentationCallback(FixIndentationCallbackType callback,
/external/llvm-project/lldb/source/Core/
DIOHandler.cpp277 m_editline_up->SetFixIndentationCallback(FixIndentationCallback, this, in IOHandlerEditline()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp1468 bool Editline::SetFixIndentationCallback(FixIndentationCallbackType callback, in SetFixIndentationCallback() function in Editline