Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp321 (prio_category > category_sp->GetEnabledPosition()))) { in GetFormatForType()
322 prio_category = category_sp->GetEnabledPosition(); in GetFormatForType()
345 (prio_category > category_sp->GetEnabledPosition()))) { in GetSummaryForType()
346 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
369 (prio_category > category_sp->GetEnabledPosition()))) { in GetFilterForType()
370 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
394 (prio_category > category_sp->GetEnabledPosition()))) { in GetSyntheticForType()
395 prio_category = category_sp->GetEnabledPosition(); in GetSyntheticForType()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h278 uint32_t GetEnabledPosition() { in GetEnabledPosition() function