Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h35 FormatCache &GetFormatCache();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp122 FormatCache &LanguageCategory::GetFormatCache() { return m_format_cache; } in GetFormatCache() function in LanguageCategory
H A DFormatManager.cpp121 iter.second->GetFormatCache().Clear(); in Changed()