Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp443 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() function in Editline
637 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand()
679 auto lines = GetInputAsStringList(); in EndOrAddLineCommand()
812 StringList lines = GetInputAsStringList(); in NextLineCommand()
859 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand()
1549 lines = GetInputAsStringList(); in GetLines()
/external/llvm-project/lldb/include/lldb/Host/
DEditline.h271 StringList GetInputAsStringList(int line_count = UINT32_MAX);