Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h95 class MatcherOps {
97 MatcherOps(ast_type_traits::ASTNodeKind NodeKind) : NodeKind(NodeKind) {} in MatcherOps() function
115 ~MatcherOps() = default;
130 getTypedMatcher(const MatcherOps &Ops) const = 0;
226 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps {
228 : MatcherOps(ast_type_traits::ASTNodeKind::getFromNodeKind<T>()) {} in TypedMatcherOps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp57 VariantMatcher::MatcherOps::canConstructFrom(const DynTypedMatcher &Matcher, in canConstructFrom()
64 VariantMatcher::MatcherOps::constructVariadicOperator( in constructVariadicOperator()
98 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher()
139 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher()
202 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher()