Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp33 const auto ContainerMatcher = classTemplateSpecializationDecl(hasAnyName( in registerMatchers() local
46 anyOf(hasType(ContainerMatcher.bind("IneffCont")), in registerMatchers()
48 ContainerMatcher.bind("IneffContPtr"))))) in registerMatchers()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2170 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 …]