Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeCategory.cpp121 GetRegexTypeSyntheticsContainer()->Get(candidates, synth); in Get()
165 GetRegexTypeSyntheticsContainer()->Clear(); in Clear()
191 success = GetRegexTypeSyntheticsContainer()->Delete(name) || success; in Delete()
219 count += GetRegexTypeSyntheticsContainer()->GetCount(); in GetCount()
307 if (GetRegexTypeSyntheticsContainer()->Get(type_name, synth_sp)) { in AnyMatches()
373 GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
442 return GetRegexTypeSyntheticsContainer()->GetAtIndex( in GetSyntheticAtIndex()
451 return GetRegexTypeSyntheticsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForSyntheticAtIndex()
H A DFormattersHelpers.cpp97 category_sp->GetRegexTypeSyntheticsContainer()->Add( in AddCXXSynthetic()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp766 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibCxxFormatters()
1003 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
1008 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
1013 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
1018 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
1023 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
1028 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
1033 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
1038 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
1043 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp136 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetCount(); in GetNumSynthetics()
265 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
532 m_opaque_sp->GetRegexTypeSyntheticsContainer()->Add( in AddTypeSynthetic()
551 return m_opaque_sp->GetRegexTypeSyntheticsContainer()->Delete( in DeleteTypeSynthetic()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h201 GetRegexTypeSyntheticsContainer()->ForEach(foreach.GetSynthRegexCallback()); in ForEach()
265 RegexSynthContainerSP GetRegexTypeSyntheticsContainer() { in GetRegexTypeSyntheticsContainer() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp805 category_sp->GetRegexTypeSyntheticsContainer()->AutoComplete( in HandleArgumentCompletion()
2368 category->GetRegexTypeSyntheticsContainer()->Delete(type_name); in AddSynth()
2369 category->GetRegexTypeSyntheticsContainer()->Add(std::move(typeRX), entry); in AddSynth()