Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp120 if (!GetTypeSyntheticsContainer()->Get(candidates, synth)) in Get()
163 GetTypeSyntheticsContainer()->Clear(); in Clear()
189 success = GetTypeSyntheticsContainer()->Delete(name) || success; in Delete()
217 count += GetTypeSyntheticsContainer()->GetCount(); in GetCount()
297 if (GetTypeSyntheticsContainer()->Get(type_name, synth_sp)) { in AnyMatches()
376 GetTypeSyntheticsContainer()->GetExact(ConstString(type_sp->GetName()), in GetSyntheticForType()
439 if (index < GetTypeSyntheticsContainer()->GetCount()) in GetSyntheticAtIndex()
440 return GetTypeSyntheticsContainer()->GetAtIndex(index); in GetSyntheticAtIndex()
443 index - GetTypeSyntheticsContainer()->GetCount()); in GetSyntheticAtIndex()
448 if (index < GetTypeSyntheticsContainer()->GetCount()) in GetTypeNameSpecifierForSyntheticAtIndex()
[all …]
DFormattersHelpers.cpp100 category_sp->GetTypeSyntheticsContainer()->Add(std::move(type_name), in AddCXXSynthetic()
/external/llvm-project/lldb/source/API/
DSBTypeCategory.cpp139 return m_opaque_sp->GetTypeSyntheticsContainer()->GetCount() + in GetNumSynthetics()
281 m_opaque_sp->GetTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
573 m_opaque_sp->GetTypeSyntheticsContainer()->Add( in AddTypeSynthetic()
593 return m_opaque_sp->GetTypeSyntheticsContainer()->Delete( in DeleteTypeSynthetic()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h200 GetTypeSyntheticsContainer()->ForEach(foreach.GetSynthExactCallback()); in ForEach()
261 SynthContainerSP GetTypeSyntheticsContainer() { in GetTypeSyntheticsContainer() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp808 category_sp->GetTypeSyntheticsContainer()->AutoComplete(request); in HandleArgumentCompletion()
2444 category->GetTypeSyntheticsContainer()->Add(std::move(type_name), entry); in AddSynth()