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

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 231 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) {
VariantValue.cpp 231 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) {
  /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...]
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/clang/include/clang/ASTMatchers/
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...]
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...]

Completed in 215 milliseconds