Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatClasses.cpp23 m_formatters_match_vector({}, false), m_type_for_cache(), in FormattersMatchData()
25 m_type_for_cache = FormatManager::GetTypeForCache(valobj, use_dynamic);
39 ConstString FormattersMatchData::GetTypeForCache() { return m_type_for_cache; } in GetTypeForCache()
/src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h142 ConstString m_type_for_cache; variable