Lines Matching refs:ASTNodeKind
444 const std::set<ASTNodeKind> &KS) { in operator <<()
446 for (std::set<ASTNodeKind>::const_iterator I = KS.begin(), E = KS.end(); in operator <<()
463 ASTNodeKind InitialTypes[] = { in getAcceptedCompletionTypes()
464 ASTNodeKind::getFromNodeKind<Decl>(), in getAcceptedCompletionTypes()
465 ASTNodeKind::getFromNodeKind<QualType>(), in getAcceptedCompletionTypes()
466 ASTNodeKind::getFromNodeKind<Type>(), in getAcceptedCompletionTypes()
467 ASTNodeKind::getFromNodeKind<Stmt>(), in getAcceptedCompletionTypes()
468 ASTNodeKind::getFromNodeKind<NestedNameSpecifier>(), in getAcceptedCompletionTypes()
469 ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>(), in getAcceptedCompletionTypes()
470 ASTNodeKind::getFromNodeKind<TypeLoc>()}; in getAcceptedCompletionTypes()
500 std::set<ASTNodeKind> RetKinds; in getMatcherCompletions()
509 ASTNodeKind LeastDerivedKind; in getMatcherCompletions()
535 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions()