Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp18 : m_format_cached(false), m_summary_cached(false), in Entry()
23 bool FormatCache::Entry::IsSummaryCached() { return m_summary_cached; } in IsSummaryCached()
45 m_summary_cached = true; in Set()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h25 bool m_summary_cached : 1; member