Lines Matching refs:ASTNodeKind
602 ASTNodeKind Registry::nodeMatcherType(MatcherCtor Ctor) { in nodeMatcherType()
631 const std::set<ASTNodeKind> &KS) { in operator <<()
633 for (std::set<ASTNodeKind>::const_iterator I = KS.begin(), E = KS.end(); in operator <<()
648 ASTNodeKind InitialTypes[] = { in getAcceptedCompletionTypes()
649 ASTNodeKind::getFromNodeKind<Decl>(), in getAcceptedCompletionTypes()
650 ASTNodeKind::getFromNodeKind<QualType>(), in getAcceptedCompletionTypes()
651 ASTNodeKind::getFromNodeKind<Type>(), in getAcceptedCompletionTypes()
652 ASTNodeKind::getFromNodeKind<Stmt>(), in getAcceptedCompletionTypes()
653 ASTNodeKind::getFromNodeKind<NestedNameSpecifier>(), in getAcceptedCompletionTypes()
654 ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>(), in getAcceptedCompletionTypes()
655 ASTNodeKind::getFromNodeKind<TypeLoc>()}; in getAcceptedCompletionTypes()
688 std::set<ASTNodeKind> RetKinds; in getMatcherCompletions()
703 ASTNodeKind LeastDerivedKind; in getMatcherCompletions()
716 ASTNodeKind LeastDerivedKind; in getMatcherCompletions()
749 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions()