Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h53 FormatCache &GetFormatCache();
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLanguageCategory.cpp214 FormatCache &LanguageCategory::GetFormatCache() { return m_format_cache; } in GetFormatCache() function in LanguageCategory
H A DFormatManager.cpp117 iter.second->GetFormatCache().Clear(); in Changed()