Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h31 RegexMatchContainer; typedef
34 typedef typename RegexMatchContainer::MapType RegexMatchMap;
39 typedef typename RegexMatchContainer::SharedPointer RegexMatchContainerSP;
44 typename RegexMatchContainer::ForEachCallback RegexMatchForEachCallback;
49 m_regex_sp(new RegexMatchContainer(std::string(regex_name), clist)) {} in FormatterContainerPair()