Searched refs:getMatcherKind (Results 1 – 3 of 3) sorted by relevance
644 Ctor->isConvertibleTo(Kind.getMatcherKind()) && in getAcceptedCompletionTypes()646 Ctor->getArgKinds(Kind.getMatcherKind(), ArgNumber, NextTypeSet); in getAcceptedCompletionTypes()692 if (Matcher.isConvertibleTo(Kind.getMatcherKind(), &Specificity, in getMatcherCompletions()698 Matcher.getArgKinds(Kind.getMatcherKind(), Arg, ArgsKinds[Arg]); in getMatcherCompletions()728 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()
456 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity); in isConvertibleTo()
57 ASTNodeKind getMatcherKind() const { in getMatcherKind() function