Searched refs:m_command_history (Results 1 – 2 of 2) sorted by relevance
562 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory()770 CommandHistory m_command_history; variable
2042 if (auto hist_str = m_command_history.FindString(search_str)) { in HandleCommand()2060 if (m_command_history.IsEmpty()) { in HandleCommand()2154 m_command_history.AppendString(original_command_string); in HandleCommand()2264 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()2278 const size_t s = m_command_history.GetSize(); in GetAutoSuggestionForCommand()2280 llvm::StringRef entry = m_command_history.GetStringAtIndex(i); in GetAutoSuggestionForCommand()