Home
last modified time | relevance | path

Searched refs:AppendList (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBStringList.cpp86 SBStringList::AppendList (const char **strv, int strc) in AppendList() function in SBStringList
92 m_opaque_ap->AppendList (strv, strc); in AppendList()
99 SBStringList::AppendList (const SBStringList &strings) in AppendList() function in SBStringList
105 m_opaque_ap->AppendList (*(strings.m_opaque_ap)); in AppendList()
HDSBCommandInterpreter.cpp193 matches.AppendList (temp_list); in HandleCompletion()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBStringList.h37 AppendList (const char **strv, int strc);
40 AppendList (const lldb::SBStringList &strings);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDStringList.h46 AppendList (const char ** strv, int strc);
49 AppendList (StringList strings);
/trueos/contrib/llvm/tools/lldb/source/Core/
HDStringList.cpp72 StringList::AppendList (const char **strv, int strc) in AppendList() function in StringList
82 StringList::AppendList (StringList strings) in AppendList() function in StringList
304 AppendList(strings); in operator <<()