Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp109 bool regex = GetRegexTypeFormatsContainer()->Get(candidates, entry, reason); in Get()
202 GetRegexTypeFormatsContainer()->Clear(); in Clear()
236 success = GetRegexTypeFormatsContainer()->Delete(name) || success; in Delete()
272 count += GetRegexTypeFormatsContainer()->GetCount(); in GetCount()
328 if (GetRegexTypeFormatsContainer()->Get(type_name, format_sp)) { in AnyMatches()
428 GetRegexTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()), in GetFormatForType()
518 return GetRegexTypeFormatsContainer()->GetAtIndex( in GetFormatAtIndex()
545 return GetRegexTypeFormatsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForFormatAtIndex()
H A DFormattersHelpers.cpp32 category_sp->GetRegexTypeFormatsContainer()->Add( in AddFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp86 m_opaque_sp->GetRegexTypeFormatsContainer()->GetCount(); in GetNumFormats()
180 m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact( in GetFormatForType()
303 m_opaque_sp->GetRegexTypeFormatsContainer()->Add( in AddTypeFormat()
322 return m_opaque_sp->GetRegexTypeFormatsContainer()->Delete( in DeleteTypeFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h233 GetRegexTypeFormatsContainer()->ForEach(foreach.GetFormatRegexCallback()); in ForEach()
256 RegexFormatContainerSP GetRegexTypeFormatsContainer() { in GetRegexTypeFormatsContainer() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp743 category_sp->GetRegexTypeFormatsContainer()->Add(typeRX, entry); in DoExecute()