Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp64 template<> bool FormatCache::Entry::IsCached<lldb::TypeFormatImplSP>() { in IsCached() function in lldb_private::FormatCache::Entry
67 template<> bool FormatCache::Entry::IsCached<lldb::TypeSummaryImplSP> () { in IsCached() function in lldb_private::FormatCache::Entry
70 template<> bool FormatCache::Entry::IsCached<lldb::SyntheticChildrenSP>() { in IsCached() function in lldb_private::FormatCache::Entry
80 if (entry.IsCached<ImplSP>()) { in Get()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h35 template<typename ImplSP> bool IsCached();