Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp453 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() function in Editline
647 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand()
688 auto lines = GetInputAsStringList(); in EndOrAddLineCommand()
820 StringList lines = GetInputAsStringList(); in NextLineCommand()
866 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand()
1575 lines = GetInputAsStringList(); in GetLines()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h286 StringList GetInputAsStringList(int line_count = UINT32_MAX);