Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp90 if (GetTypeFormatsContainer()->Get(candidates, entry)) in Get()
146 GetTypeFormatsContainer()->Clear(); in Clear()
172 success = GetTypeFormatsContainer()->Delete(name) || success; in Delete()
200 count += GetTypeFormatsContainer()->GetCount(); in GetCount()
237 if (GetTypeFormatsContainer()->Get(type_name, format_sp)) { in AnyMatches()
394 if (index < GetTypeFormatsContainer()->GetCount()) in GetFormatAtIndex()
395 return GetTypeFormatsContainer()->GetAtIndex(index); in GetFormatAtIndex()
398 index - GetTypeFormatsContainer()->GetCount()); in GetFormatAtIndex()
421 if (index < GetTypeFormatsContainer()->GetCount()) in GetTypeNameSpecifierForFormatAtIndex()
422 return GetTypeFormatsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFormatAtIndex()
[all …]
H A DFormattersHelpers.cpp33 category_sp->GetTypeFormatsContainer()->Add(std::move(type_name), in AddFormat()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp112 return m_opaque_sp->GetTypeFormatsContainer()->GetCount() + in GetNumFormats()
231 m_opaque_sp->GetTypeFormatsContainer()->GetExact( in GetFormatForType()
368 m_opaque_sp->GetTypeFormatsContainer()->Add( in AddTypeFormat()
388 return m_opaque_sp->GetTypeFormatsContainer()->Delete( in DeleteTypeFormat()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h190 GetTypeFormatsContainer()->ForEach(foreach.GetFormatExactCallback()); in ForEach()
204 FormatContainerSP GetTypeFormatsContainer() { in GetTypeFormatsContainer() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp696 category_sp->GetTypeFormatsContainer()->Add(std::move(typeCS), entry); in DoExecute()
787 category_sp->GetTypeFormatsContainer()->AutoComplete(request); in HandleArgumentCompletion()