Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DFormatCache.cpp26 m_synthetic_cached(false), in Entry()
33 m_synthetic_cached(rhs.m_synthetic_cached), in Entry()
39 m_synthetic_cached(false), in Entry()
64 m_synthetic_cached = rhs.m_synthetic_cached; in operator =()
79 return m_synthetic_cached; in IsSyntheticCached()
104 m_synthetic_cached = true; in SetSynthetic()
/external/lldb/include/lldb/DataFormatters/
DFormatCache.h31 bool m_synthetic_cached : 1; member