Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h94 class MatcherOps {
96 MatcherOps(ast_type_traits::ASTNodeKind NodeKind) : NodeKind(NodeKind) {} in MatcherOps() function
114 ~MatcherOps() = default;
129 getTypedMatcher(const MatcherOps &Ops) const = 0;
224 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps {
226 : MatcherOps(ast_type_traits::ASTNodeKind::getFromNodeKind<T>()) {} in TypedMatcherOps()
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp53 VariantMatcher::MatcherOps::canConstructFrom(const DynTypedMatcher &Matcher, in canConstructFrom()
60 VariantMatcher::MatcherOps::constructVariadicOperator( in constructVariadicOperator()
94 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher()
135 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher()
198 getTypedMatcher(const MatcherOps &Ops) const override { in getTypedMatcher()