Searched refs:m_command_history (Results 1 – 2 of 2) sorted by relevance
472 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory()633 CommandHistory m_command_history; variable
1690 if (auto hist_str = m_command_history.FindString(search_str)) { in HandleCommand()1705 if (m_command_history.IsEmpty()) { in HandleCommand()1782 m_command_history.AppendString(original_command_string); in HandleCommand()1870 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()1884 const size_t s = m_command_history.GetSize(); in GetAutoSuggestionForCommand()1886 llvm::StringRef entry = m_command_history.GetStringAtIndex(i); in GetAutoSuggestionForCommand()