Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
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()
166 SynthContainer::ExactMatchForEachCallback GetSynthExactCallback() const { in GetSynthExactCallback()
169 SynthContainer::RegexMatchForEachCallback GetSynthRegexCallback() const { in GetSynthRegexCallback()
183 SynthContainer::ExactMatchForEachCallback m_synth_exact;
184 SynthContainer::RegexMatchForEachCallback m_synth_regex;
243 SynthContainer::MapValueType
[all …]
/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp367 TypeCategoryImpl::SynthContainer::MapValueType
369 SynthContainer::MapValueType retval; in GetSyntheticForType()
437 TypeCategoryImpl::SynthContainer::MapValueType