Lines Matching defs:category_sp
304 lldb::TypeCategoryImplSP category_sp;
307 category_sp = GetCategoryAtIndex(category_id);
308 if (!category_sp->IsEnabled())
311 category_sp->GetFormatForType(type_sp);
314 (prio_category > category_sp->GetEnabledPosition()))) {
315 prio_category = category_sp->GetEnabledPosition();
328 lldb::TypeCategoryImplSP category_sp;
331 category_sp = GetCategoryAtIndex(category_id);
332 if (!category_sp->IsEnabled())
335 category_sp->GetSummaryForType(type_sp);
338 (prio_category > category_sp->GetEnabledPosition()))) {
339 prio_category = category_sp->GetEnabledPosition();
352 lldb::TypeCategoryImplSP category_sp;
355 category_sp = GetCategoryAtIndex(category_id);
356 if (!category_sp->IsEnabled())
359 (TypeFilterImpl *)category_sp->GetFilterForType(type_sp).get());
362 (prio_category > category_sp->GetEnabledPosition()))) {
363 prio_category = category_sp->GetEnabledPosition();
376 lldb::TypeCategoryImplSP category_sp;
379 category_sp = GetCategoryAtIndex(category_id);
380 if (!category_sp->IsEnabled())
383 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp)
387 (prio_category > category_sp->GetEnabledPosition()))) {
388 prio_category = category_sp->GetEnabledPosition();
399 if (auto category_sp = entry.second->GetCategory()) {
400 if (!callback(category_sp))