Searched refs:getTypedMatcher (Results 1 – 3 of 3) sorted by relevance
138 getTypedMatcher(const MatcherOps &Ops) const = 0;191 return Value->getTypedMatcher(MatcherOps(NK)).has_value(); in hasTypedMatcher()211 ast_matchers::internal::Matcher<T> getTypedMatcher() const { in getTypedMatcher() function213 return Value->getTypedMatcher(MatcherOps(ASTNodeKind::getFromNodeKind<T>())) in getTypedMatcher()217 DynTypedMatcher getTypedMatcher(ASTNodeKind NK) const { in getTypedMatcher() function219 return *Value->getTypedMatcher(MatcherOps(NK)); in getTypedMatcher()
81 InnerMatcher.Value->getTypedMatcher(*this); in constructVariadicOperator()105 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload145 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload208 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::VariadicOpPayload
91 return Value.getMatcher().getTypedMatcher<T>();955 auto DM = VM.getTypedMatcher(NK);