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

Declarations

tools/lldb/include/lldb/Utility/StringList.h
   37   void AppendString(const std::string &s);

References

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  164             cmd_data->user_source.AppendString(str); 
tools/lldb/source/Core/IOHandler.cpp
  533         lines.AppendString(line);
tools/lldb/source/Host/common/Editline.cpp
  419     lines.AppendString(line);
  585       lines.AppendString(new_line_fragment);
tools/lldb/source/Utility/CompletionRequest.cpp
   74     matches.AppendString(completion.GetCompletion());
   80     descriptions.AppendString(completion.GetDescription());
tools/lldb/source/Utility/StringList.cpp
  211   AppendString(str);