Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
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()