Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h328 unsigned char FixIndentationCommand(int ch);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp847 unsigned char Editline::FixIndentationCommand(int ch) { in FixIndentationCommand() function in Editline
1187 return Editline::InstanceFor(editline)->FixIndentationCommand(ch); in ConfigureEditor()