Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp320 (prio_category > category_sp->GetEnabledPosition()))) { in GetFormatForType()
321 prio_category = category_sp->GetEnabledPosition(); in GetFormatForType()
344 (prio_category > category_sp->GetEnabledPosition()))) { in GetSummaryForType()
345 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
368 (prio_category > category_sp->GetEnabledPosition()))) { in GetFilterForType()
369 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
393 (prio_category > category_sp->GetEnabledPosition()))) { in GetSyntheticForType()
394 prio_category = category_sp->GetEnabledPosition(); in GetSyntheticForType()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h278 uint32_t GetEnabledPosition() { in GetEnabledPosition() function