Home
last modified time | relevance | path

Searched refs:getTypedMatcher (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h138 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() function
213 return Value->getTypedMatcher(MatcherOps(ASTNodeKind::getFromNodeKind<T>())) in getTypedMatcher()
217 DynTypedMatcher getTypedMatcher(ASTNodeKind NK) const { in getTypedMatcher() function
219 return *Value->getTypedMatcher(MatcherOps(NK)); in getTypedMatcher()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp81 InnerMatcher.Value->getTypedMatcher(*this); in constructVariadicOperator()
105 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload
145 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload
208 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::VariadicOpPayload
H A DMarshallers.h91 return Value.getMatcher().getTypedMatcher<T>();
955 auto DM = VM.getTypedMatcher(NK);