Searched refs:m_validator_cached (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | FormatCache.cpp | 21 m_synthetic_cached(false), m_validator_cached(false), m_format_sp(), in Entry() 26 m_validator_cached(false), m_summary_sp(), m_synthetic_sp(), in Entry() 33 m_validator_cached(false), m_format_sp(), m_synthetic_sp(), in Entry() 40 m_validator_cached(false), m_format_sp(), m_summary_sp(), in Entry() 68 bool FormatCache::Entry::IsValidatorCached() { return m_validator_cached; } in IsValidatorCached() 100 m_validator_cached = true; in SetValidator()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormatCache.h | 28 bool m_validator_cached : 1; member
|