Searched defs:PolymorphicMatcherWithParam1 (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h322 /// Type argument DeclMatcherT is required by PolymorphicMatcherWithParam1 but
501 /// PolymorphicMatcherWithParam1.
527 /// - PolymorphicMatcherWithParam1<ValueEqualsMatcher, int>(42)
541 class PolymorphicMatcherWithParam1 { class in namespace:clang::ast_matchers::internal
543 explicit PolymorphicMatcherWithParam1(const P1 &Param1) function in class:clang::ast_matchers::internal::PolymorphicMatcherWithParam1
715 /// Type argument MatcherT is required by PolymorphicMatcherWithParam1

Completed in 42 milliseconds