Home
last modified time | relevance | path

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

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