Searched refs:GetTypeForCache (Results 1 – 5 of 5) sorted by relevance
42 if (match_data.GetTypeForCache()) { in Get()43 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) in Get()50 if (match_data.GetTypeForCache() && in Get()52 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp); in Get()
25 m_type_for_cache = FormatManager::GetTypeForCache(valobj, use_dynamic);39 ConstString FormattersMatchData::GetTypeForCache() { return m_type_for_cache; } in GetTypeForCache() function in FormattersMatchData
557 ConstString FormatManager::GetTypeForCache(ValueObject &valobj, in GetTypeForCache() function in FormatManager649 if (match_data.GetTypeForCache()) { in GetCached()651 match_data.GetTypeForCache().AsCString("<invalid>")); in GetCached()652 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) { in GetCached()665 if (match_data.GetTypeForCache() && (!retval_sp || !retval_sp->NonCacheable())) { in GetCached()668 match_data.GetTypeForCache().AsCString("<invalid>")); in GetCached()669 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp); in GetCached()
130 ConstString GetTypeForCache();
170 static ConstString GetTypeForCache(ValueObject &, lldb::DynamicValueType);