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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp580 Ctor->isConvertibleTo(Kind.getMatcherKind()) &&
582 Ctor->getArgKinds(Kind.getMatcherKind(), ArgNumber, NextTypeSet);
609 if (Matcher.isConvertibleTo(Kind.getMatcherKind(), &Specificity,
615 Matcher.getArgKinds(Kind.getMatcherKind(), Arg, ArgsKinds[Arg]);
638 MatcherKinds.insert(AK.getMatcherKind());
H A DVariantValue.cpp423 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h50 ast_type_traits::ASTNodeKind getMatcherKind() const { function in class:clang::ast_matchers::dynamic::ArgKind

Completed in 72 milliseconds