Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp77 bool FormatCache::Get(ConstString type, ImplSP &format_impl_sp) { in Get() argument
82 entry.Get(format_impl_sp); in Get()
86 format_impl_sp.reset(); in Get()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h60 template <typename ImplSP> bool Get(ConstString type, ImplSP &format_impl_sp);