Home
last modified time | relevance | path

Searched defs:is_a_detach (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp32 bool CommandObjectQuit::ShouldAskForConfirmation(bool &is_a_detach) { in ShouldAskForConfirmation()
65 bool is_a_detach = true; in DoExecute() local