Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObject.cpp4178 ValueObject* with_dv_info = this; in GetDynamicValueType() local
4179 while (with_dv_info) in GetDynamicValueType()
4181 if (with_dv_info->HasDynamicValueTypeInfo()) in GetDynamicValueType()
4182 return with_dv_info->GetDynamicValueTypeImpl(); in GetDynamicValueType()
4183 with_dv_info = with_dv_info->m_parent; in GetDynamicValueType()