Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp241 m_current_lines_ptr(nullptr), m_base_line_number(line_number_start), in IOHandlerEditline()
532 if (m_current_lines_ptr) in GetCurrentLines()
533 return *m_current_lines_ptr; in GetCurrentLines()
538 m_current_lines_ptr = &lines; in GetLines()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h432 StringList *m_current_lines_ptr; variable