Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp379 line += CountRowsForLine(m_input_lines[index]); in GetLineIndexForLocation()
386 line += CountRowsForLine(m_input_lines[index]); in GetLineIndexForLocation()
440 int Editline::CountRowsForLine(const EditLineStringType &content) { in CountRowsForLine() function in Editline
774 CountRowsForLine(priorLine), 1); in DeletePreviousCharCommand()
802 CountRowsForLine(m_input_lines[m_current_line_index]), 1); in PreviousLineCommand()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h280 int CountRowsForLine(const EditLineStringType &content);