Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp454 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() function in Editline
648 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand()
689 auto lines = GetInputAsStringList(); in EndOrAddLineCommand()
821 StringList lines = GetInputAsStringList(); in NextLineCommand()
867 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand()
1576 lines = GetInputAsStringList(); in GetLines()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h287 StringList GetInputAsStringList(int line_count = UINT32_MAX);