Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h408 const StringList *GetCurrentLines() const { return m_current_lines_ptr; } in GetCurrentLines()
433 StringList *m_current_lines_ptr; variable
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp253 m_current_lines_ptr(nullptr), m_base_line_number(line_number_start), in IOHandlerEditline()
512 m_current_lines_ptr = &lines; in GetLines()