Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp92 bool regex = GetRegexTypeFormatsContainer()->Get(candidates, entry); in Get()
148 GetRegexTypeFormatsContainer()->Clear(); in Clear()
174 success = GetRegexTypeFormatsContainer()->Delete(name) || success; in Delete()
202 count += GetRegexTypeFormatsContainer()->GetCount(); in GetCount()
247 if (GetRegexTypeFormatsContainer()->Get(type_name, format_sp)) { in AnyMatches()
325 GetRegexTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()), in GetFormatForType()
397 return GetRegexTypeFormatsContainer()->GetAtIndex( in GetFormatAtIndex()
424 return GetRegexTypeFormatsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForFormatAtIndex()
DFormattersHelpers.cpp30 category_sp->GetRegexTypeFormatsContainer()->Add( in AddFormat()
/external/llvm-project/lldb/source/API/
DSBTypeCategory.cpp113 m_opaque_sp->GetRegexTypeFormatsContainer()->GetCount(); in GetNumFormats()
228 m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact( in GetFormatForType()
365 m_opaque_sp->GetRegexTypeFormatsContainer()->Add( in AddTypeFormat()
387 return m_opaque_sp->GetRegexTypeFormatsContainer()->Delete( in DeleteTypeFormat()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h191 GetRegexTypeFormatsContainer()->ForEach(foreach.GetFormatRegexCallback()); in ForEach()
208 RegexFormatContainerSP GetRegexTypeFormatsContainer() { in GetRegexTypeFormatsContainer() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp698 category_sp->GetRegexTypeFormatsContainer()->Add(std::move(typeRX), in DoExecute()
794 category_sp->GetRegexTypeFormatsContainer()->AutoComplete(request); in HandleArgumentCompletion()