Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp310 (prio_category > category_sp->GetEnabledPosition()))) { in GetFormatForType()
311 prio_category = category_sp->GetEnabledPosition(); in GetFormatForType()
334 (prio_category > category_sp->GetEnabledPosition()))) { in GetSummaryForType()
335 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
358 (prio_category > category_sp->GetEnabledPosition()))) { in GetFilterForType()
359 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
383 (prio_category > category_sp->GetEnabledPosition()))) { in GetSyntheticForType()
384 prio_category = category_sp->GetEnabledPosition(); in GetSyntheticForType()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h317 uint32_t GetEnabledPosition() { in GetEnabledPosition() function