Searched refs:GetPromptOnQuit (Results 1 – 7 of 7) sorted by relevance
88 GetPromptOnQuit();
31 if (!m_interpreter.GetPromptOnQuit()) in ShouldAskForConfirmation()
398 bool SBCommandInterpreter::GetPromptOnQuit() { in GetPromptOnQuit() function in SBCommandInterpreter399 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, GetPromptOnQuit); in GetPromptOnQuit()401 return (IsValid() ? m_opaque_ptr->GetPromptOnQuit() : false); in GetPromptOnQuit()816 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, GetPromptOnQuit, ()); in RegisterMethods()
245 bool GetPromptOnQuit();
492 bool GetPromptOnQuit() const;
245 const bool saved_prompt_on_quit = ci.GetPromptOnQuit(); in IOHandlerInputComplete()
141 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() function in CommandInterpreter