Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h138 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() 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp80 InnerMatcher.Value->getTypedMatcher(*this); in constructVariadicOperator()
104 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload
144 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload
207 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::VariadicOpPayload
H A DMarshallers.h92 return Value.getMatcher().getTypedMatcher<T>();
954 auto DM = VM.getTypedMatcher(NK);