Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObject.cpp4191 const ValueObject* with_fmt_info = this; in GetFormat() local
4192 while (with_fmt_info) in GetFormat()
4194 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
4195 return with_fmt_info->m_format; in GetFormat()
4196 with_fmt_info = with_fmt_info->m_parent; in GetFormat()