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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h90 /// - hasTypedMatcher<T>()/getTypedMatcher<T>(): These calls will determine if
93 /// Methods that depend on T from hasTypedMatcher/getTypedMatcher.
129 getTypedMatcher(const MatcherOps &Ops) const = 0;
149 /// It will bind to the appropriate type on getTypedMatcher<T>().
178 return Value->getTypedMatcher(TypedMatcherOps<T>()).hasValue();
199 ast_matchers::internal::Matcher<T> getTypedMatcher() const { function in class:clang::ast_matchers::dynamic::VariantMatcher
201 return Value->getTypedMatcher(TypedMatcherOps<T>())
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp73 InnerMatcher.Value->getTypedMatcher(*this);
97 getTypedMatcher(const MatcherOps &Ops) const override {
138 getTypedMatcher(const MatcherOps &Ops) const override {
201 getTypedMatcher(const MatcherOps &Ops) const override {
H A DMarshallers.h79 return Value.getMatcher().getTypedMatcher<T>();

Completed in 59 milliseconds