Home
last modified time | relevance | path

Searched refs:SetSynthetic (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp42 SetSynthetic(synthetic_sp); in Entry()
58 SetSynthetic(synthetic_sp); in Entry()
94 void FormatCache::Entry::SetSynthetic(lldb::SyntheticChildrenSP synthetic_sp) { in SetSynthetic() function in FormatCache::Entry
205 void FormatCache::SetSynthetic(const ConstString &type, in SetSynthetic() function in FormatCache
208 GetEntry(type).SetSynthetic(synthetic_sp); in SetSynthetic()
H A DLanguageCategory.cpp102 m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp); in Get()
185 m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp); in GetHardcoded()
H A DFormatManager.cpp857 m_format_cache.SetSynthetic(match_data.GetTypeForCache(), retval); in GetSyntheticChildren()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h64 void SetSynthetic(lldb::SyntheticChildrenSP);
94 void SetSynthetic(const ConstString &type,