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

Declarations

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

References

tools/lldb/source/Core/FormatEntity.cpp
 2340         matches.AppendString(MakeMatch(prefix, def->children[i].name));
 2343         matches.AppendString(
tools/lldb/unittests/Utility/StringListTest.cpp
   66   s.AppendString(std::move(foo));
   70   s.AppendString(std::move(bar));