Searched refs:getTypedMatcher (Results 1 – 3 of 3) sorted by relevance
138 getTypedMatcher(const MatcherOps &Ops) const = 0;191 return Value->getTypedMatcher(MatcherOps(NK)).hasValue(); 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()
80 InnerMatcher.Value->getTypedMatcher(*this); in constructVariadicOperator()104 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload144 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload207 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::VariadicOpPayload
92 return Value.getMatcher().getTypedMatcher<T>();954 auto DM = VM.getTypedMatcher(NK);