HomeSort by: relevance | last modified time | path
    Searched refs:PolymorphicMatcher (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
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...]
ASTMatchers.h 851 internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...>>
853 const internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...>
856 internal::PolymorphicMatcher<MatcherT, ReturnTypesF, P...>>(TK,
3034 inline internal::PolymorphicMatcher<
3039 return internal::PolymorphicMatcher<
3054 internal::PolymorphicMatcher<internal::HasOverloadedOperatorNameMatcher,
3546 inline internal::PolymorphicMatcher<
3550 return internal::PolymorphicMatcher<
5380 internal::PolymorphicMatcher<internal::ValueEqualsMatcher,
5383 return internal::PolymorphicMatcher<internal::ValueEqualsMatcher
    [all...]
ASTMatchersInternal.h 911 /// PolymorphicMatcher and should be StringRef.
994 /// Type argument DeclMatcherT is required by PolymorphicMatcher but
1501 /// PolymorphicMatcher.
1575 /// A PolymorphicMatcher<MatcherT, P1, ..., PN> object can be
1581 /// - PolymorphicMatcher<IsDefinitionMatcher>()
1584 /// - PolymorphicMatcher<ValueEqualsMatcher, int>(42)
1589 class PolymorphicMatcher {
1591 PolymorphicMatcher(const ParamTypes &... Params) : Params(Params...) {}
2228 /// PolymorphicMatcher and should be std::vector<std::string>>.
2278 PolymorphicMatcher<HasAnyOperatorNameMatcher
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-matchers.h 441 // The PolymorphicMatcher class template makes it easy to implement a
454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {}
506 // easier to use than the PolymorphicMatcher<Impl> constructor as it
511 // PolymorphicMatcher<TypeOfFoo>(foo);
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
514 return PolymorphicMatcher<Impl>(impl);
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex(
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex(
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
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...]
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 154 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 231 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) {
Marshallers.h 452 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));

Completed in 74 milliseconds