Home
last modified time | relevance | path

Searched defs:AppendList (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBStringList.cpp76 void SBStringList::AppendList(const char **strv, int strc) { in AppendList() function in SBStringList
87 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() function in SBStringList
97 void SBStringList::AppendList(const StringList &strings) { in AppendList() function in SBStringList
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDStringList.cpp62 void StringList::AppendList(const char **strv, int strc) { in AppendList() function in StringList
69 void StringList::AppendList(StringList strings) { in AppendList() function in StringList