Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py109 self._interface.Quit()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-query/
H A DQueryParserTest.cpp50 TEST_F(QueryParserTest, Quit) { in TEST_F() argument
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp278 Quit // Exit all menus and quit enumerator
4185 if (run_menu_sp->Action() == MenuActionResult::Quit) in WindowDelegateHandleChar()
4234 if (submenus[selected_idx]->Action() == MenuActionResult::Quit) in WindowDelegateHandleChar()
4252 if (menu->Action() == MenuActionResult::Quit) in WindowDelegateHandleChar()
7559 exit_menuitem_sp->SetCannedResult(MenuActionResult::Quit); in Activate()