Searched refs:GetPromptOnQuit (Results 1 – 8 of 8) sorted by relevance
90 GetPromptOnQuit();
31 if (!m_interpreter.GetPromptOnQuit()) in ShouldAskForConfirmation()
390 bool SBCommandInterpreter::GetPromptOnQuit() { in GetPromptOnQuit() function in SBCommandInterpreter391 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, GetPromptOnQuit); in GetPromptOnQuit()393 return (IsValid() ? m_opaque_ptr->GetPromptOnQuit() : false); in GetPromptOnQuit()804 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, GetPromptOnQuit, ()); in RegisterMethods()
245 bool GetPromptOnQuit();
488 bool GetPromptOnQuit() const;
245 const bool saved_prompt_on_quit = ci.GetPromptOnQuit(); in IOHandlerInputComplete()
141 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() function in CommandInterpreter
11694 result = (bool)(arg1)->GetPromptOnQuit(); in _wrap_SBCommandInterpreter_GetPromptOnQuit()