Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h238 int GetLineIndexForLocation(CursorLocation location, int cursor_row);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp328 int Editline::GetLineIndexForLocation(CursorLocation location, int cursor_row) { in GetLineIndexForLocation() function in Editline
356 int fromLine = GetLineIndexForLocation(from, editline_cursor_row); in MoveCursor()
357 int toLine = GetLineIndexForLocation(to, editline_cursor_row); in MoveCursor()