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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h252 inline internal::PolymorphicMatcherWithParam1< \
255 return internal::PolymorphicMatcherWithParam1< \
259 typedef internal::PolymorphicMatcherWithParam1< \
H A DASTMatchers.h1546 inline internal::PolymorphicMatcherWithParam1<
1550 return internal::PolymorphicMatcherWithParam1<
1780 inline internal::PolymorphicMatcherWithParam1<
1784 return internal::PolymorphicMatcherWithParam1<
2550 internal::PolymorphicMatcherWithParam1<internal::ValueEqualsMatcher, ValueT>
2552 return internal::PolymorphicMatcherWithParam1<
H A DASTMatchersInternal.h516 /// PolymorphicMatcherWithParam1 and should be StringRef.
554 /// Type argument DeclMatcherT is required by PolymorphicMatcherWithParam1 but
873 /// PolymorphicMatcherWithParam1.
913 /// - PolymorphicMatcherWithParam1<ValueEqualsMatcher, int>(42)
932 class PolymorphicMatcherWithParam1 { class in namespace:clang::ast_matchers::internal
934 explicit PolymorphicMatcherWithParam1(const P1 &Param1) function in class:clang::ast_matchers::internal::PolymorphicMatcherWithParam1

Completed in 72 milliseconds