Home
last modified time | relevance | path

Searched refs:GetCurrentLineIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h410 uint32_t GetCurrentLineIndex() const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp503 uint32_t IOHandlerEditline::GetCurrentLineIndex() const { in GetCurrentLineIndex() function in IOHandlerEditline
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp527 const uint32_t current_line_idx = editline.GetCurrentLineIndex(); in IOHandlerComplete()