Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp147 if (!GetTypeSyntheticsContainer()->Get(candidates, synth, &reason_synth)) in Get()
218 GetTypeSyntheticsContainer()->Clear(); in Clear()
252 success = GetTypeSyntheticsContainer()->Delete(name) || success; in Delete()
288 count += GetTypeSyntheticsContainer()->GetCount(); in GetCount()
379 if (GetTypeSyntheticsContainer()->Get(type_name, synth_sp)) { in AnyMatches()
561 if (index < GetTypeSyntheticsContainer()->GetCount()) in GetSyntheticAtIndex()
562 return GetTypeSyntheticsContainer()->GetAtIndex(index); in GetSyntheticAtIndex()
565 index - GetTypeSyntheticsContainer()->GetCount()); in GetSyntheticAtIndex()
570 if (index < GetTypeSyntheticsContainer()->GetCount()) in GetTypeNameSpecifierForSyntheticAtIndex()
571 return GetTypeSyntheticsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSyntheticAtIndex()
[all …]
H A DFormattersHelpers.cpp104 category_sp->GetTypeSyntheticsContainer()->Add(type_name, synth_sp); in AddCXXSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp107 return m_opaque_sp->GetTypeSyntheticsContainer()->GetCount() + in GetNumSynthetics()
230 m_opaque_sp->GetTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
493 m_opaque_sp->GetTypeSyntheticsContainer()->Add( in AddTypeSynthetic()
510 return m_opaque_sp->GetTypeSyntheticsContainer()->Delete( in DeleteTypeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h243 GetTypeSyntheticsContainer()->ForEach(foreach.GetSynthExactCallback()); in ForEach()
315 SynthContainerSP GetTypeSyntheticsContainer() { in GetTypeSyntheticsContainer() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp2486 category->GetTypeSyntheticsContainer()->Add(type_name, entry); in AddSynth()