Searched refs:GetSyntheticForType (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeCategory.h84 GetSyntheticForType (SBTypeNameSpecifier);
H A DSBDebugger.h317 GetSyntheticForType (SBTypeNameSpecifier);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h66 GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h134 GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h147 GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp98 DataVisualization::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:DataVisualization
100 return GetFormatManager().GetSyntheticForType(type_sp);
H A DTypeCategory.cpp380 TypeCategoryImpl::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:TypeCategoryImpl
H A DFormatManager.cpp379 FormatManager::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:FormatManager
394 lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyntheticForType(type_sp).get());
412 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp225 SBTypeCategory::GetSyntheticForType (SBTypeNameSpecifier spec) function in class:SBTypeCategory
H A DSBDebugger.cpp1305 SBDebugger::GetSyntheticForType (SBTypeNameSpecifier type_name) function in class:SBDebugger
1309 return SBTypeSynthetic(DataVisualization::GetSyntheticForType(type_name.GetSP()));

Completed in 73 milliseconds