Searched refs:getMatcherKind (Results 1 – 3 of 3) sorted by relevance
439 Ctor->isConvertibleTo(Kind.getMatcherKind()) && in getAcceptedCompletionTypes()441 Ctor->getArgKinds(Kind.getMatcherKind(), ArgNumber, NextTypeSet); in getAcceptedCompletionTypes()468 if (Matcher->isConvertibleTo(Kind.getMatcherKind(), &Specificity, in getMatcherCompletions()474 Matcher->getArgKinds(Kind.getMatcherKind(), Arg, ArgsKinds[Arg]); in getMatcherCompletions()497 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()
360 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity); in isConvertibleTo()
50 ast_type_traits::ASTNodeKind getMatcherKind() const { in getMatcherKind() function