Searched refs:m_command_history (Results 1 – 2 of 2) sorted by relevance
553 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory()753 CommandHistory m_command_history; variable
1905 if (auto hist_str = m_command_history.FindString(search_str)) { in HandleCommand()1923 if (m_command_history.IsEmpty()) { in HandleCommand()2016 m_command_history.AppendString(original_command_string); in HandleCommand()2120 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()2134 const size_t s = m_command_history.GetSize(); in GetAutoSuggestionForCommand()2136 llvm::StringRef entry = m_command_history.GetStringAtIndex(i); in GetAutoSuggestionForCommand()