Searched refs:MatcherOps (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h94 class MatcherOps { class in class:clang::ast_matchers::dynamic::VariantMatcher
96 MatcherOps(ast_type_traits::ASTNodeKind NodeKind) : NodeKind(NodeKind) {} function in class:clang::ast_matchers::dynamic::VariantMatcher::MatcherOps
114 ~MatcherOps() = default;
129 getTypedMatcher(const MatcherOps &Ops) const = 0;
225 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps {
227 : MatcherOps(ast_type_traits::ASTNodeKind::getFromNodeKind<T>()) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp56 VariantMatcher::MatcherOps::canConstructFrom(const DynTypedMatcher &Matcher,
63 VariantMatcher::MatcherOps::constructVariadicOperator(
97 getTypedMatcher(const MatcherOps &Ops) const override {
138 getTypedMatcher(const MatcherOps &Ops) const override {
201 getTypedMatcher(const MatcherOps &Ops) const override {

Completed in 166 milliseconds