Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp449 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() function in Editline
643 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand()
684 auto lines = GetInputAsStringList(); in EndOrAddLineCommand()
816 StringList lines = GetInputAsStringList(); in NextLineCommand()
862 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand()
1560 lines = GetInputAsStringList(); in GetLines()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h277 StringList GetInputAsStringList(int line_count = UINT32_MAX);