Home
last modified time | relevance | path

Searched refs:FindString (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h32 std::optional<llvm::StringRef> FindString(llvm::StringRef input_str) const;
/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp28 CommandHistory::FindString(llvm::StringRef input_str) const { in FindString() function in CommandHistory
H A DCommandInterpreter.cpp1942 if (auto hist_str = m_command_history.FindString(search_str)) { in HandleCommand()
2164 if (auto hist_str = m_command_history.FindString(first_arg))