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.h99 using FixIndentationCallbackType = variable
211 void SetFixIndentationCallback(FixIndentationCallbackType callback, in SetFixIndentationCallback()
405 FixIndentationCallbackType m_fix_indentation_callback;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp293 FixIndentationCallbackType f = [this](Editline *editline, in IOHandlerEditline()