Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
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()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatCache.h26 bool m_synthetic_cached : 1; member