Home
last modified time | relevance | path

Searched refs:GetEnabledPosition (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp314 (prio_category > category_sp->GetEnabledPosition()))) { in GetFormatForType()
315 prio_category = category_sp->GetEnabledPosition(); in GetFormatForType()
338 (prio_category > category_sp->GetEnabledPosition()))) { in GetSummaryForType()
339 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
362 (prio_category > category_sp->GetEnabledPosition()))) { in GetFilterForType()
363 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
387 (prio_category > category_sp->GetEnabledPosition()))) { in GetSyntheticForType()
388 prio_category = category_sp->GetEnabledPosition(); in GetSyntheticForType()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h317 uint32_t GetEnabledPosition() { in GetEnabledPosition() function