Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp253 m_current_lines_ptr(nullptr), m_base_line_number(line_number_start), in IOHandlerEditline()
530 if (m_current_lines_ptr) in GetCurrentLines()
531 return *m_current_lines_ptr; in GetCurrentLines()
536 m_current_lines_ptr = &lines; in GetLines()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h431 StringList *m_current_lines_ptr; variable