Lines Matching refs:ASTNodeKind
402 const std::set<ASTNodeKind> &KS) { in operator <<()
404 for (std::set<ASTNodeKind>::const_iterator I = KS.begin(), E = KS.end(); in operator <<()
421 ASTNodeKind InitialTypes[] = { in getAcceptedCompletionTypes()
422 ASTNodeKind::getFromNodeKind<Decl>(), in getAcceptedCompletionTypes()
423 ASTNodeKind::getFromNodeKind<QualType>(), in getAcceptedCompletionTypes()
424 ASTNodeKind::getFromNodeKind<Type>(), in getAcceptedCompletionTypes()
425 ASTNodeKind::getFromNodeKind<Stmt>(), in getAcceptedCompletionTypes()
426 ASTNodeKind::getFromNodeKind<NestedNameSpecifier>(), in getAcceptedCompletionTypes()
427 ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>(), in getAcceptedCompletionTypes()
428 ASTNodeKind::getFromNodeKind<TypeLoc>()}; in getAcceptedCompletionTypes()
458 std::set<ASTNodeKind> RetKinds; in getMatcherCompletions()
467 ASTNodeKind LeastDerivedKind; in getMatcherCompletions()
493 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions()