Home
last modified time | relevance | path

Searched defs:SBStringList (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBStringList.cpp17 SBStringList::SBStringList() : m_opaque_up() { in SBStringList() function in SBStringList
21 SBStringList::SBStringList(const lldb_private::StringList *lldb_strings_ptr) in SBStringList() function in SBStringList
27 SBStringList::SBStringList(const SBStringList &rhs) : m_opaque_up() { in SBStringList() function in SBStringList
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCodeForward.h39 class SBStringList; variable
/external/llvm-project/lldb/include/lldb/API/
DSBDefines.h69 class LLDB_API SBStringList; variable