Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h97 typedef int (*FixIndentationCallbackType)(Editline *editline, typedef
195 bool SetFixIndentationCallback(FixIndentationCallbackType callback,
357 FixIndentationCallbackType m_fix_indentation_callback = nullptr;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp1281 bool Editline::SetFixIndentationCallback(FixIndentationCallbackType callback, in SetFixIndentationCallback()