Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h29 typedef FormattersContainer<FormatterImpl> RegexMatchContainer; typedef
37 typedef typename RegexMatchContainer::SharedPointer RegexMatchContainerSP;
42 typename RegexMatchContainer::ForEachCallback RegexMatchForEachCallback;
46 m_regex_sp(new RegexMatchContainer(clist)) {} in FormatterContainerPair()