Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp481 Ctor->isConvertibleTo(Kind.getMatcherKind()) && in getAcceptedCompletionTypes()
483 Ctor->getArgKinds(Kind.getMatcherKind(), ArgNumber, NextTypeSet); in getAcceptedCompletionTypes()
510 if (Matcher->isConvertibleTo(Kind.getMatcherKind(), &Specificity, in getMatcherCompletions()
516 Matcher->getArgKinds(Kind.getMatcherKind(), Arg, ArgsKinds[Arg]); in getMatcherCompletions()
539 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()
DVariantValue.cpp360 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity); in isConvertibleTo()
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h50 ast_type_traits::ASTNodeKind getMatcherKind() const { in getMatcherKind() function