Searched refs:RegexFilterNavigator (Results 1 – 2 of 2) sorted by relevance
32 typedef FormatNavigator<lldb::RegularExpressionSP, TypeFilterImpl> RegexFilterNavigator; typedef42 typedef RegexFilterNavigator::MapType RegexFilterMap;56 typedef RegexFilterNavigator::SharedPointer RegexFilterNavigatorSP;189 RegexFilterNavigator::SharedPointer m_regex_filter_nav;
27 m_regex_filter_nav(new RegexFilterNavigator("regex-filter",clist)), in TypeCategoryImpl()