Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3708 const ValueObject *with_fmt_info = this; in GetFormat() local
3709 while (with_fmt_info) { in GetFormat()
3710 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
3711 return with_fmt_info->m_format; in GetFormat()
3712 with_fmt_info = with_fmt_info->m_parent; in GetFormat()