Searched refs:FindString (Results 1 – 3 of 3) sorted by relevance
31 llvm::Optional<llvm::StringRef> FindString(llvm::StringRef input_str) const;
27 CommandHistory::FindString(llvm::StringRef input_str) const { in FindString() function in CommandHistory
1877 if (auto hist_str = m_command_history.FindString(search_str)) { in HandleCommand()2057 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()