Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDFormatManager.cpp1085 TypeCategoryImpl::SharedPointer libcxx_category_sp = GetCategory(m_libcxx_category_name); in LoadLibcxxFormatters() local
1087 libcxx_category_sp->GetTypeSummariesContainer()->Add(ConstString("std::__1::string"), in LoadLibcxxFormatters()
1089libcxx_category_sp->GetTypeSummariesContainer()->Add(ConstString("std::__1::basic_string<char, std… in LoadLibcxxFormatters()
1092 libcxx_category_sp->GetTypeSummariesContainer()->Add(ConstString("std::__1::wstring"), in LoadLibcxxFormatters()
1094libcxx_category_sp->GetTypeSummariesContainer()->Add(ConstString("std::__1::basic_string<wchar_t, … in LoadLibcxxFormatters()
1100 …AddCXXSynthetic(libcxx_category_sp, lldb_private::formatters::LibcxxStdVectorSyntheticFrontEndCrea… in LoadLibcxxFormatters()
1101 …AddCXXSynthetic(libcxx_category_sp, lldb_private::formatters::LibcxxStdListSyntheticFrontEndCreato… in LoadLibcxxFormatters()
1102 …AddCXXSynthetic(libcxx_category_sp, lldb_private::formatters::LibcxxStdMapSyntheticFrontEndCreator… in LoadLibcxxFormatters()
1103 …AddCXXSynthetic(libcxx_category_sp, lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEndCre… in LoadLibcxxFormatters()
1104 …AddCXXSynthetic(libcxx_category_sp, lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEndCre… in LoadLibcxxFormatters()
[all …]