Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h247 int GetLineIndexForLocation(CursorLocation location, int cursor_row);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp363 int Editline::GetLineIndexForLocation(CursorLocation location, int cursor_row) { in GetLineIndexForLocation() function in Editline
391 int fromLine = GetLineIndexForLocation(from, editline_cursor_row); in MoveCursor()
392 int toLine = GetLineIndexForLocation(to, editline_cursor_row); in MoveCursor()