reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Interpreter/CommandHistory.h
   31   llvm::Optional<llvm::StringRef> FindString(llvm::StringRef input_str) const;

References

tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1639       if (auto hist_str = m_command_history.FindString(search_str)) {
 1814       if (auto hist_str = m_command_history.FindString(first_arg))