Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h414 const StringList *GetCurrentLines() const { return m_current_lines_ptr; } in GetCurrentLines()
441 StringList *m_current_lines_ptr; variable
/external/llvm-project/lldb/source/Core/
DIOHandler.cpp252 m_current_lines_ptr(nullptr), m_base_line_number(line_number_start), in IOHandlerEditline()
515 m_current_lines_ptr = &lines; in GetLines()