Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBTypeCategory.cpp115 …return m_opaque_sp->GetSyntheticNavigator()->GetCount() + m_opaque_sp->GetRegexSyntheticNavigator(… in GetNumSynthetics()
231 m_opaque_sp->GetSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp); in GetSyntheticForType()
489 m_opaque_sp->GetSyntheticNavigator()->Add(ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
506 return m_opaque_sp->GetSyntheticNavigator()->Delete(ConstString(type_name.GetName())); in DeleteTypeSynthetic()
/external/lldb/include/lldb/DataFormatters/
DTypeCategory.h114 GetSyntheticNavigator () in GetSyntheticNavigator() function
/external/lldb/source/DataFormatters/
DTypeCategory.cpp75 if (!GetSyntheticNavigator()->Get(valobj, synth, use_dynamic, &reason_synth)) in Get()
DFormatManager.cpp511 category_sp->GetSyntheticNavigator()->Add(type_name,synth_sp); in AddCXXSynthetic()
588 gnu_category_sp->GetSyntheticNavigator()->Add(ConstString("std::vector<std::allocator<bool> >"), in LoadLibStdcppFormatters()
/external/lldb/source/Commands/
DCommandObjectType.cpp2645 … cate->GetSyntheticNavigator()->LoopThrough(CommandObjectTypeSynthList_LoopCallback, param_vp); in PerCategoryCallback()
3002 bool delete_category = category->GetSyntheticNavigator()->Delete(typeCS); in DoExecute()
3270 category->GetSyntheticNavigator()->Clear(); in DoExecute()
3643 category->GetSyntheticNavigator()->Add(type_name, entry); in AddSynth()