Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp438 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() function in Editline
629 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand()
671 auto lines = GetInputAsStringList(); in EndOrAddLineCommand()
804 StringList lines = GetInputAsStringList(); in NextLineCommand()
851 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand()
1450 lines = GetInputAsStringList(); in GetLines()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDEditline.h269 StringList GetInputAsStringList(int line_count = UINT32_MAX);