Searched refs:ContainerMatcher (Results 1 – 2 of 2) sorted by relevance
33 const auto ContainerMatcher = classTemplateSpecializationDecl(hasAnyName( in registerMatchers() local46 anyOf(hasType(ContainerMatcher.bind("IneffCont")), in registerMatchers()48 ContainerMatcher.bind("IneffContPtr"))))) in registerMatchers()
2170 template <typename Comparator, typename ContainerMatcher>2174 const ContainerMatcher& matcher)2194 Impl(const Comparator& comparator, const ContainerMatcher& matcher)2241 const ContainerMatcher matcher_;4072 template <typename Comparator, typename ContainerMatcher>4073 inline internal::WhenSortedByMatcher<Comparator, ContainerMatcher>4075 const ContainerMatcher& container_matcher) {4076 return internal::WhenSortedByMatcher<Comparator, ContainerMatcher>(4082 template <typename ContainerMatcher>4083 inline internal::WhenSortedByMatcher<internal::LessComparator, ContainerMatcher>[all …]