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

Declarations

tools/lldb/include/lldb/API/SBStringList.h
   34   void AppendList(const lldb::SBStringList &strings);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
49673     (arg1)->AppendList((lldb::SBStringList const &)*arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBCommandInterpreter.cpp
  408   matches.AppendList(temp_matches_list);
  410   descriptions.AppendList(temp_descriptions_list);
tools/lldb/source/API/SBStringList.cpp
   86   LLDB_RECORD_METHOD(void, SBStringList, AppendList,
  152   LLDB_REGISTER_METHOD(void, SBStringList, AppendList,