Home
last modified time | relevance | path

Searched refs:GetSyntheticForType (Results 1 – 13 of 13) sorted by relevance

/external/lldb/source/DataFormatters/
DDataVisualization.cpp139 DataVisualization::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSyntheticForType() function in DataVisualization
141 return GetFormatManager().GetSyntheticForType(type_sp); in GetSyntheticForType()
DTypeCategory.cpp302 TypeCategoryImpl::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSyntheticForType() function in TypeCategoryImpl
DFormatManager.cpp220 FormatManager::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSyntheticForType() function in FormatManager
235 …ildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyntheticForType(type_sp).ge… in GetSyntheticForType()
253 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp); in GetSyntheticChildrenForType()
/external/lldb/scripts/Python/interface/
DSBTypeCategory.i76 GetSyntheticForType (lldb::SBTypeNameSpecifier);
172 …f.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
DSBDebugger.i368 GetSyntheticForType (lldb::SBTypeNameSpecifier);
/external/lldb/include/lldb/API/
DSBTypeCategory.h84 GetSyntheticForType (SBTypeNameSpecifier);
DSBDebugger.h305 GetSyntheticForType (SBTypeNameSpecifier);
/external/lldb/include/lldb/DataFormatters/
DDataVisualization.h87 GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp);
DFormatManager.h136 GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp);
DTypeCategory.h97 GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp);
/external/lldb/source/API/
DSBDebugger.cpp1233 SBDebugger::GetSyntheticForType (SBTypeNameSpecifier type_name) in GetSyntheticForType() function in SBDebugger
1237 return SBTypeSynthetic(DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()
DSBTypeCategory.cpp218 SBTypeCategory::GetSyntheticForType (SBTypeNameSpecifier spec) in GetSyntheticForType() function in SBTypeCategory
/external/lldb/www/python_reference/
Dapi-objects.txt2750 lldb.SBDebugger.GetSyntheticForType lldb.SBDebugger-class.html#GetSyntheticForType
3942 lldb.SBTypeCategory.GetSyntheticForType lldb.SBTypeCategory-class.html#GetSyntheticForType