Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6344 : WindowDelegate(), MenuDelegate(), m_app(app), m_debugger(debugger) {} in ApplicationDelegate()
6403 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction()
6455 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction()
6467 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction()
6575 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction()
6627 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction()
6678 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction()
6711 m_app.GetMainWindow()->CreateHelpSubwindow(); in MenuDelegateAction()
6722 Application &m_app; member in ApplicationDelegate