Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h414 const StringList *GetCurrentLines() const { return m_current_lines_ptr; } in GetCurrentLines()
439 StringList *m_current_lines_ptr; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp258 m_current_lines_ptr(nullptr), m_base_line_number(line_number_start), in IOHandlerEditline()
522 m_current_lines_ptr = &lines; in GetLines()