Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h343 unsigned char FixIndentationCommand(int ch);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp854 unsigned char Editline::FixIndentationCommand(int ch) { in FixIndentationCommand() function in Editline
1230 return Editline::InstanceFor(editline)->FixIndentationCommand(ch); in ConfigureEditor()