Searched refs:PolymorphicMatcher (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 242 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 D | ASTMatchers.h | 857 internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...>> 859 const internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...> in traverse() 862 internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...>>(TK, in traverse() 3137 inline internal::PolymorphicMatcher< 3142 return internal::PolymorphicMatcher< in hasOverloadedOperatorName() 3157 internal::PolymorphicMatcher<internal::HasOverloadedOperatorNameMatcher, 3649 inline internal::PolymorphicMatcher< 3653 return internal::PolymorphicMatcher< in hasDeclaration() 5822 internal::PolymorphicMatcher<internal::ValueEqualsMatcher, 5825 return internal::PolymorphicMatcher<internal::ValueEqualsMatcher, in equals() [all …]
|
| H A D | ASTMatchersInternal.h | 1563 class PolymorphicMatcher { 1565 PolymorphicMatcher(const ParamTypes &... Params) : Params(Params...) {} 2251 PolymorphicMatcher<HasAnyOperatorNameMatcher, 2260 PolymorphicMatcher<HasOverloadedOperatorNameMatcher,
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 617 class PolymorphicMatcher { 619 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} 676 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { 677 return PolymorphicMatcher<Impl>(impl); 836 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( 841 PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( 848 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( 853 PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex(
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 4259 inline PolymorphicMatcher<internal::IsNullMatcher> IsNull() { 4266 inline PolymorphicMatcher<internal::NotNullMatcher> NotNull() { 4278 inline PolymorphicMatcher<internal::IsNanMatcher> IsNan() { 4354 inline PolymorphicMatcher<internal::WhenDynamicCastToMatcher<To>> 4391 inline PolymorphicMatcher<internal::PropertyMatcher< 4408 inline PolymorphicMatcher<internal::PropertyMatcher< 4421 inline PolymorphicMatcher<internal::PropertyMatcher< 4433 inline PolymorphicMatcher<internal::PropertyMatcher< 4703 inline PolymorphicMatcher< 5297 inline PolymorphicMatcher<WithWhatMatcherImpl> WithWhat( [all …]
|
| H A D | gmock-more-matchers.h | 93 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 154 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 232 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { in PolymorphicMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
|
| H A D | Marshallers.h | 452 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-comparisons_test.cc | 317 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() { in ReferencesBarOrIsZero() 358 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() { in PolymorphicIsEven() 2306 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) { in TEST() 2352 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST() 2362 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42)); in TEST()
|
| H A D | gmock-matchers-containers_test.cc | 2248 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf()
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 3713 using ::testing::PolymorphicMatcher; 3740 PolymorphicMatcher<NotNullMatcher> NotNull() {
|