Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
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()
DFormattersHelpers.cpp97 category_sp->GetRegexTypeSyntheticsContainer()->Add( in AddCXXSynthetic()
/external/llvm-project/lldb/source/API/
DSBTypeCategory.cpp140 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetCount(); in GetNumSynthetics()
278 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
568 m_opaque_sp->GetRegexTypeSyntheticsContainer()->Add( in AddTypeSynthetic()
590 return m_opaque_sp->GetRegexTypeSyntheticsContainer()->Delete( in DeleteTypeSynthetic()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h201 GetRegexTypeSyntheticsContainer()->ForEach(foreach.GetSynthRegexCallback()); in ForEach()
265 RegexSynthContainerSP GetRegexTypeSyntheticsContainer() { in GetRegexTypeSyntheticsContainer() function
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp603 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibCxxFormatters()
824 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
829 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
834 cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add( in LoadLibStdcppFormatters()
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp810 category_sp->GetRegexTypeSyntheticsContainer()->AutoComplete( in HandleArgumentCompletion()
2439 category->GetRegexTypeSyntheticsContainer()->Delete(type_name); in AddSynth()
2440 category->GetRegexTypeSyntheticsContainer()->Add(std::move(typeRX), entry); in AddSynth()