Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp669 Ctor->isConvertibleTo(Kind.getMatcherKind()) && in getAcceptedCompletionTypes()
671 Ctor->getArgKinds(Kind.getMatcherKind(), ArgNumber, NextTypeSet); in getAcceptedCompletionTypes()
717 if (Matcher.isConvertibleTo(Kind.getMatcherKind(), &Specificity, in getMatcherCompletions()
723 Matcher.getArgKinds(Kind.getMatcherKind(), Arg, ArgsKinds[Arg]); in getMatcherCompletions()
753 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()
H A DVariantValue.cpp456 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity); in isConvertibleTo()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h57 ASTNodeKind getMatcherKind() const { in getMatcherKind() function