Searched refs:FormatCache (Results 1 – 6 of 6) sorted by relevance
19 FormatCache::Entry::Entry() in Entry()24 FormatCache::Entry::Entry(lldb::TypeFormatImplSP format_sp) in Entry()104 FormatCache::FormatCache() in FormatCache() function in FormatCache113 FormatCache::Entry &FormatCache::GetEntry(const ConstString &type) { in GetEntry()117 m_map[type] = FormatCache::Entry(); in GetEntry()121 bool FormatCache::GetFormat(const ConstString &type, in GetFormat()139 bool FormatCache::GetSummary(const ConstString &type, in GetSummary()157 bool FormatCache::GetSynthetic(const ConstString &type, in GetSynthetic()193 void FormatCache::SetFormat(const ConstString &type, in SetFormat()199 void FormatCache::SetSummary(const ConstString &type, in SetSummary()[all …]
214 FormatCache &LanguageCategory::GetFormatCache() { return m_format_cache; } in GetFormatCache()
53 FormatCache &GetFormatCache();69 lldb_private::FormatCache m_format_cache;
21 class FormatCache {78 FormatCache();
223 FormatCache m_format_cache;
181 SRCS+= DataFormatters/FormatCache.cpp