Home
last modified time | relevance | path

Searched refs:item_preamble (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DStringList.cpp192 std::string StringList::CopyList(const char *item_preamble, in CopyList() argument
198 if (item_preamble) in CopyList()
199 strm << item_preamble; in CopyList()
/external/llvm-project/lldb/include/lldb/Utility/
DStringList.h98 std::string CopyList(const char *item_preamble = nullptr,