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

Declarations

tools/lldb/include/lldb/Utility/StringList.h
   45   void AppendString(llvm::StringRef str);

References

tools/lldb/include/lldb/Interpreter/CommandObject.h
   47         descriptions->AppendString(iter->second->GetHelp());
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  100         data_up->user_source.AppendString(elem_string);
tools/lldb/source/Commands/CommandObjectMultiword.cpp
   40         matches->AppendString(sub_cmd);
  248       commands_found.AppendString(complete_command_name.GetString());
  249       commands_help.AppendString(sub_cmd_obj->GetHelp());
tools/lldb/source/Core/IOHandler.cpp
 3296       m_text.AppendString(key_description.GetString());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
  939     matches->AppendString(cmd_str);
  941       descriptions->AppendString(command_sp->GetHelp());
 1068       matches->AppendString(command_obj->GetCommandName());
 1070       descriptions->AppendString(command_obj->GetHelp());
 2596       commands_found.AppendString(cmd_obj->GetCommandName());
 2597       commands_help.AppendString(cmd_obj->GetHelp());
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 1481   auto_generated_class.AppendString(sstr.GetString());
 1489     auto_generated_class.AppendString(sstr.GetString());