Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h242 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
245 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
287 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
291 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
295 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
340 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
344 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
348 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
527 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
531 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
[all …]
H A DASTMatchers.h851 internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...>>
853 const internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...> in traverse()
856 internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...>>(TK, in traverse()
3046 inline internal::PolymorphicMatcher<
3051 return internal::PolymorphicMatcher< in hasOverloadedOperatorName()
3066 internal::PolymorphicMatcher<internal::HasOverloadedOperatorNameMatcher,
3558 inline internal::PolymorphicMatcher<
3562 return internal::PolymorphicMatcher< in hasDeclaration()
5392 internal::PolymorphicMatcher<internal::ValueEqualsMatcher,
5395 return internal::PolymorphicMatcher<internal::ValueEqualsMatcher, in equals()
[all …]
H A DASTMatchersInternal.h1589 class PolymorphicMatcher {
1591 PolymorphicMatcher(const ParamTypes &... Params) : Params(Params...) {}
2280 PolymorphicMatcher<HasAnyOperatorNameMatcher,
2289 PolymorphicMatcher<HasOverloadedOperatorNameMatcher,
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h567 class PolymorphicMatcher {
610 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
634 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
4378 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
4385 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
4480 inline PolymorphicMatcher<
4507 inline PolymorphicMatcher<internal::PropertyMatcher<
4525 inline PolymorphicMatcher<internal::PropertyMatcher<
4540 inline PolymorphicMatcher<internal::PropertyMatcher<
4553 inline PolymorphicMatcher<internal::PropertyMatcher<
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h154 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp231 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { in PolymorphicMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
H A DMarshallers.h452 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc121 using testing::PolymorphicMatcher;
540 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() { in ReferencesBarOrIsZero()
583 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() { in PolymorphicIsEven()
4687 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) { in DivisibleBy()
6243 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()
6253 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()
6392 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf()
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCookBook.md3174 using ::testing::PolymorphicMatcher;
3201 inline PolymorphicMatcher<NotNullMatcher> NotNull() {