Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h68 typedef FormatterContainerPair<SyntheticChildren> SynthContainer; typedef
83 typedef SynthContainer::ExactMatchContainerSP SynthContainerSP;
84 typedef SynthContainer::RegexMatchContainerSP RegexSynthContainerSP;
132 SetExact(SynthContainer::ExactMatchForEachCallback callback) { in SetExact()
138 SetWithRegex(SynthContainer::RegexMatchForEachCallback callback) { in SetWithRegex()
183 SynthContainer::ExactMatchForEachCallback m_synth_exact;
184 SynthContainer::RegexMatchForEachCallback m_synth_regex;
243 SynthContainer::MapValueType
269 SynthContainer &GetSyntheticsContainer() { return m_synth_cont; } in GetSyntheticsContainer()
271 SynthContainer::MapValueType GetSyntheticAtIndex(size_t index);
[all …]
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeCategory.cpp367 TypeCategoryImpl::SynthContainer::MapValueType
369 SynthContainer::MapValueType retval; in GetSyntheticForType()
437 TypeCategoryImpl::SynthContainer::MapValueType