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

Declarations

tools/lldb/include/lldb/Interpreter/CommandHistory.h
   39   void AppendString(llvm::StringRef str, bool reject_if_dupe = true);

References

tools/lldb/source/Commands/CommandObjectExpression.cpp
  671       history.AppendString(fixed_command);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1731       m_command_history.AppendString(original_command_string);