Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h97 typedef int (*FixIndentationCallbackType)(Editline *editline, typedef
204 bool SetFixIndentationCallback(FixIndentationCallbackType callback,
370 FixIndentationCallbackType m_fix_indentation_callback = nullptr;
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp1468 bool Editline::SetFixIndentationCallback(FixIndentationCallbackType callback, in SetFixIndentationCallback()