Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp3082 const ValueObject *with_fmt_info = this; in GetFormat() local
3083 while (with_fmt_info) { in GetFormat()
3084 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
3085 return with_fmt_info->m_format; in GetFormat()
3086 with_fmt_info = with_fmt_info->m_parent; in GetFormat()