Searched defs:GetSyntheticForType (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp139 DataVisualization::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:DataVisualization
141 return GetFormatManager().GetSyntheticForType(type_sp);
H A DTypeCategory.cpp302 TypeCategoryImpl::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:TypeCategoryImpl
H A DFormatManager.cpp220 FormatManager::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:FormatManager
235 lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyntheticForType(type_sp).get());
253 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp);
/external/lldb/source/API/
H A DSBTypeCategory.cpp218 SBTypeCategory::GetSyntheticForType (SBTypeNameSpecifier spec) function in class:SBTypeCategory
H A DSBDebugger.cpp1233 SBDebugger::GetSyntheticForType (SBTypeNameSpecifier type_name) function in class:SBDebugger
1237 return SBTypeSynthetic(DataVisualization::GetSyntheticForType(type_name.GetSP()));

Completed in 205 milliseconds