Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObject.cpp3167 const ValueObject *with_fmt_info = this; in GetFormat() local
3168 while (with_fmt_info) { in GetFormat()
3169 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
3170 return with_fmt_info->m_format; in GetFormat()
3171 with_fmt_info = with_fmt_info->m_parent; in GetFormat()