Home
last modified time | relevance | path

Searched refs:GetInputAsStringList (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp441 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() function in Editline
637 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand()
678 auto lines = GetInputAsStringList(); in EndOrAddLineCommand()
810 StringList lines = GetInputAsStringList(); in NextLineCommand()
856 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand()
1549 lines = GetInputAsStringList(); in GetLines()
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h242 StringList GetInputAsStringList(int line_count = UINT32_MAX);
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp523 return m_editline_up->GetInputAsStringList(); in GetCurrentLines()