Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h209 void SetFixIndentationCallback(FixIndentationCallbackType callback, in SetFixIndentationCallback() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp296 m_editline_up->SetFixIndentationCallback(std::move(f), indent_chars); in IOHandlerEditline()