Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h97 using FixIndentationCallbackType = variable
220 void SetFixIndentationCallback(FixIndentationCallbackType callback, in SetFixIndentationCallback()
427 FixIndentationCallbackType m_fix_indentation_callback;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp277 FixIndentationCallbackType f = [this](Editline *editline, in IOHandlerEditline()