Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h67 using EditLineCharType = wchar_t; variable
71 using EditLineCharType = char;
360 void AddFunctionToEditLine(const EditLineCharType *command,
361 const EditLineCharType *helptext,
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp97 if (ch != EditLineCharType(' ')) in IsOnlySpaces()
170 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()
175 for (EditLineCharType ch : line) { in GetIndentation()
176 if (ch != EditLineCharType(' ')) in GetIndentation()
273 void Enter(const EditLineCharType *line_cstr) { in Enter()
365 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()
736 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()
826 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()
859 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()
1114 void Editline::AddFunctionToEditLine(const EditLineCharType *command, in AddFunctionToEditLine()
[all …]