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.cpp322 (prio_category > category_sp->GetEnabledPosition()))) { in GetFormatForType()
323 prio_category = category_sp->GetEnabledPosition(); in GetFormatForType()
346 (prio_category > category_sp->GetEnabledPosition()))) { in GetSummaryForType()
347 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
370 (prio_category > category_sp->GetEnabledPosition()))) { in GetFilterForType()
371 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
395 (prio_category > category_sp->GetEnabledPosition()))) { in GetSyntheticForType()
396 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