Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp148 regex_synth = GetRegexTypeSyntheticsContainer()->Get(candidates, synth, in Get()
220 GetRegexTypeSyntheticsContainer()->Clear(); in Clear()
254 success = GetRegexTypeSyntheticsContainer()->Delete(name) || success; in Delete()
290 count += GetRegexTypeSyntheticsContainer()->GetCount(); in GetCount()
389 if (GetRegexTypeSyntheticsContainer()->Get(type_name, synth_sp)) { in AnyMatches()
477 GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
564 return GetRegexTypeSyntheticsContainer()->GetAtIndex( in GetSyntheticAtIndex()
573 return GetRegexTypeSyntheticsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForSyntheticAtIndex()
H A DFormattersHelpers.cpp100 category_sp->GetRegexTypeSyntheticsContainer()->Add( in AddCXXSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp108 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetCount(); in GetNumSynthetics()
227 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
488 m_opaque_sp->GetRegexTypeSyntheticsContainer()->Add( in AddTypeSynthetic()
507 return m_opaque_sp->GetRegexTypeSyntheticsContainer()->Delete( in DeleteTypeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp565 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibCxxFormatters()
768 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
774 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
780 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h244 GetRegexTypeSyntheticsContainer()->ForEach(foreach.GetSynthRegexCallback()); in ForEach()
319 RegexSynthContainerSP GetRegexTypeSyntheticsContainer() { in GetRegexTypeSyntheticsContainer() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp2481 category->GetRegexTypeSyntheticsContainer()->Delete(type_name); in AddSynth()
2482 category->GetRegexTypeSyntheticsContainer()->Add(typeRX, entry); in AddSynth()