Searched refs:FindString (Results 1 – 3 of 3) sorted by relevance
32 std::optional<llvm::StringRef> FindString(llvm::StringRef input_str) const;
28 CommandHistory::FindString(llvm::StringRef input_str) const { in FindString() function in CommandHistory
1942 if (auto hist_str = m_command_history.FindString(search_str)) { in HandleCommand() 2164 if (auto hist_str = m_command_history.FindString(first_arg))