Home
last modified time | relevance | path

Searched defs:StringList (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DStringList.cpp22 StringList::StringList() : m_strings() {} in StringList() function in StringList
24 StringList::StringList(const char *str) : m_strings() { in StringList() function in StringList
29 StringList::StringList(const char **strv, int strc) : m_strings() { in StringList() function in StringList
/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h47 class StringList; global() variable
H A DFormatEntity.h28 class StringList; variable
/llvm-project/llvm/unittests/Support/
H A DScopedPrinterTest.cpp717 const std::vector<std::string> StringList = {"foo", "bar", "baz"}; in TEST_F() local
825 const std::string StringList[] = {"a", "ab", "abc"}; in TEST_F() local
[all...]
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp179 } StringList; variable
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h214 class StringList; global() variable
/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h274 SmallVector<std::string, 10> StringList; in printList() local