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
1917 if (auto hist_str = m_command_history.FindString(search_str)) { in HandleCommand()2104 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()