Home
last modified time | relevance | path

Searched refs:eFormatCategoryItemSynth (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDTypeCategory.cpp147 if (items & eFormatCategoryItemSynth) in Clear()
163 if (items & eFormatCategoryItemSynth) in Delete()
181 if (items & eFormatCategoryItemSynth) in GetCount()
224 if (items & eFormatCategoryItemSynth) { in AnyMatches()
229 *matching_type = eFormatCategoryItemSynth; in AnyMatches()
245 if (items & eFormatCategoryItemSynth) in AutoComplete()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-enumerations.h140 eFormatCategoryItemSynth = 1 << 2, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectType.cpp106 case eFormatCategoryItemSynth: in FormatCategoryToString()
2085 interpreter, eFormatCategoryItemSynth) {} in CommandObjectTypeSynthDelete()
2107 interpreter, eFormatCategoryItemSynth, "type synthetic clear", in CommandObjectTypeSynthClear()
2368 if (category->AnyMatches(candidate_type, eFormatCategoryItemSynth, in AddFilter()