Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp302 (prio_category > category_sp->GetEnabledPosition()))) { in GetFormatForType()
303 prio_category = category_sp->GetEnabledPosition(); in GetFormatForType()
326 (prio_category > category_sp->GetEnabledPosition()))) { in GetSummaryForType()
327 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
350 (prio_category > category_sp->GetEnabledPosition()))) { in GetFilterForType()
351 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
376 (prio_category > category_sp->GetEnabledPosition()))) { in GetSyntheticForType()
377 prio_category = category_sp->GetEnabledPosition(); in GetSyntheticForType()
415 (prio_category > category_sp->GetEnabledPosition()))) { in GetValidatorForType()
416 prio_category = category_sp->GetEnabledPosition(); in GetValidatorForType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h346 uint32_t GetEnabledPosition() { in GetEnabledPosition() function