Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp107 if (GetTypeFormatsContainer()->Get(candidates, entry, reason)) in Get()
200 GetTypeFormatsContainer()->Clear(); in Clear()
234 success = GetTypeFormatsContainer()->Delete(name) || success; in Delete()
270 count += GetTypeFormatsContainer()->GetCount(); in GetCount()
318 if (GetTypeFormatsContainer()->Get(type_name, format_sp)) { in AnyMatches()
515 if (index < GetTypeFormatsContainer()->GetCount()) in GetFormatAtIndex()
516 return GetTypeFormatsContainer()->GetAtIndex(index); in GetFormatAtIndex()
519 index - GetTypeFormatsContainer()->GetCount()); in GetFormatAtIndex()
542 if (index < GetTypeFormatsContainer()->GetCount()) in GetTypeNameSpecifierForFormatAtIndex()
543 return GetTypeFormatsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFormatAtIndex()
[all …]
H A DFormattersHelpers.cpp36 category_sp->GetTypeFormatsContainer()->Add(type_name, format_sp); in AddFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp85 return m_opaque_sp->GetTypeFormatsContainer()->GetCount() + in GetNumFormats()
183 m_opaque_sp->GetTypeFormatsContainer()->GetExact( in GetFormatForType()
308 m_opaque_sp->GetTypeFormatsContainer()->Add( in AddTypeFormat()
325 return m_opaque_sp->GetTypeFormatsContainer()->Delete( in DeleteTypeFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h232 GetTypeFormatsContainer()->ForEach(foreach.GetFormatExactCallback()); in ForEach()
252 FormatContainerSP GetTypeFormatsContainer() { in GetTypeFormatsContainer() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp745 category_sp->GetTypeFormatsContainer()->Add(typeCS, entry); in DoExecute()