Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp19 m_synthetic_cached(false) {} in Entry()
25 bool FormatCache::Entry::IsSyntheticCached() { return m_synthetic_cached; } in IsSyntheticCached()
50 m_synthetic_cached = true; in Set()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h26 bool m_synthetic_cached : 1; member