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

Declarations

tools/lldb/include/lldb/Utility/StringList.h
   47   void AppendList(const char **strv, int strc);

References

tools/lldb/source/API/SBStringList.cpp
   79       m_opaque_up->AppendList(strv, strc);
tools/lldb/unittests/Utility/StringListTest.cpp
  120   s.AppendList(nullptr, 0);
  127   s.AppendList(items, 3);