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

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp131 if (!GetTypeSyntheticsContainer()->Get(candidates, synth, &reason_synth))
179 GetTypeSyntheticsContainer()->Clear();
205 success = GetTypeSyntheticsContainer()->Delete(name) || success;
233 count += GetTypeSyntheticsContainer()->GetCount();
313 if (GetTypeSyntheticsContainer()->Get(type_name, synth_sp)) {
392 GetTypeSyntheticsContainer()->GetExact(ConstString(type_sp->GetName()),
455 if (index < GetTypeSyntheticsContainer()->GetCount())
456 return GetTypeSyntheticsContainer()->GetAtIndex(index);
459 index - GetTypeSyntheticsContainer()->GetCount());
464 if (index < GetTypeSyntheticsContainer()
[all...]
H A DFormattersHelpers.cpp101 category_sp->GetTypeSyntheticsContainer()->Add(std::move(type_name),
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp140 return m_opaque_sp->GetTypeSyntheticsContainer()->GetCount() +
282 m_opaque_sp->GetTypeSyntheticsContainer()->GetExact(
574 m_opaque_sp->GetTypeSyntheticsContainer()->Add(
594 return m_opaque_sp->GetTypeSyntheticsContainer()->Delete(
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h202 GetTypeSyntheticsContainer()->ForEach(foreach.GetSynthExactCallback());
263 SynthContainerSP GetTypeSyntheticsContainer() { function in class:lldb_private::TypeCategoryImpl
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2360 category->GetTypeSyntheticsContainer()->Add(std::move(type_name), entry);

Completed in 141 milliseconds