HomeSort by relevance Sort by last modified time
    Searched defs:GetSyntheticForType (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/DataFormatters/
DataVisualization.cpp 139 DataVisualization::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp)
141 return GetFormatManager().GetSyntheticForType(type_sp);
TypeCategory.cpp 302 TypeCategoryImpl::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp)
FormatManager.cpp 220 FormatManager::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp)
235 lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyntheticForType(type_sp).get());
253 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp);
    [all...]
  /external/lldb/source/API/
SBTypeCategory.cpp 218 SBTypeCategory::GetSyntheticForType (SBTypeNameSpecifier spec)
SBDebugger.cpp 1233 SBDebugger::GetSyntheticForType (SBTypeNameSpecifier type_name)
1237 return SBTypeSynthetic(DataVisualization::GetSyntheticForType(type_name.GetSP()));
    [all...]

Completed in 67 milliseconds