Searched refs:PolymorphicMatcher (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 851 internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...>> 853 const internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...> in traverse() 856 internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...>>(TK, in traverse() 3034 inline internal::PolymorphicMatcher< 3039 return internal::PolymorphicMatcher< in hasOverloadedOperatorName() 3054 internal::PolymorphicMatcher<internal::HasOverloadedOperatorNameMatcher, 3546 inline internal::PolymorphicMatcher< 3550 return internal::PolymorphicMatcher< in hasDeclaration() 5380 internal::PolymorphicMatcher<internal::ValueEqualsMatcher, 5383 return internal::PolymorphicMatcher<internal::ValueEqualsMatcher, in equals() [all …]
|
H A D | ASTMatchersInternal.h | 1589 class PolymorphicMatcher { 1591 PolymorphicMatcher(const ParamTypes &... Params) : Params(Params...) {} 2278 PolymorphicMatcher<HasAnyOperatorNameMatcher, 2287 PolymorphicMatcher<HasOverloadedOperatorNameMatcher,
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 454 class PolymorphicMatcher { 456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function 513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher() 514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher() 671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex() 675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex() 682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex() 686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 3636 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() { 3643 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() { 3726 inline PolymorphicMatcher<internal::WhenDynamicCastToMatcher<To> > 3738 inline PolymorphicMatcher< 3753 inline PolymorphicMatcher<internal::FieldMatcher<Class, FieldType> > Field( 3765 inline PolymorphicMatcher<internal::PropertyMatcher< 3782 inline PolymorphicMatcher<internal::PropertyMatcher< 3795 inline PolymorphicMatcher<internal::PropertyMatcher< 3807 inline PolymorphicMatcher<internal::PropertyMatcher< 3836 inline PolymorphicMatcher<internal::StrEqualityMatcher<std::string> > StrEq( [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 154 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 231 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));
|