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

Declarations

tools/lldb/include/lldb/Utility/StringList.h
   49   void AppendList(StringList strings);

References

tools/lldb/source/API/SBStringList.cpp
   92     m_opaque_up->AppendList(*(strings.m_opaque_up));
   99   m_opaque_up->AppendList(strings);
tools/lldb/source/Utility/StringList.cpp
  216   AppendList(strings);
tools/lldb/unittests/Utility/StringListTest.cpp
  144   s.AppendList(other);
  156   s.AppendList(empty);
  157   s.AppendList(other);