Searched refs:GetAddToHistory (Results 1 – 5 of 5) sorted by relevance
130 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { in GetAddToHistory() function in SBCommandInterpreterRunOptions133 return m_opaque_up->GetAddToHistory(); in GetAddToHistory()
63 bool GetAddToHistory() const;
171 bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); } in GetAddToHistory() function
2581 if (!options.GetAddToHistory()) in HandleCommands()2584 if (!options.GetAddToHistory()) in HandleCommands()
14619 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAddToHistory(); in _wrap_SBCommandInterpreterRunOptions_GetAddToHistory()