Lines Matching refs:ASTNodeKind
373 const std::set<ASTNodeKind> &KS) { in operator <<()
375 for (std::set<ASTNodeKind>::const_iterator I = KS.begin(), E = KS.end(); in operator <<()
392 ASTNodeKind InitialTypes[] = { in getAcceptedCompletionTypes()
393 ASTNodeKind::getFromNodeKind<Decl>(), in getAcceptedCompletionTypes()
394 ASTNodeKind::getFromNodeKind<QualType>(), in getAcceptedCompletionTypes()
395 ASTNodeKind::getFromNodeKind<Type>(), in getAcceptedCompletionTypes()
396 ASTNodeKind::getFromNodeKind<Stmt>(), in getAcceptedCompletionTypes()
397 ASTNodeKind::getFromNodeKind<NestedNameSpecifier>(), in getAcceptedCompletionTypes()
398 ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>(), in getAcceptedCompletionTypes()
399 ASTNodeKind::getFromNodeKind<TypeLoc>()}; in getAcceptedCompletionTypes()
428 std::set<ASTNodeKind> RetKinds; in getMatcherCompletions()
437 ASTNodeKind LeastDerivedKind; in getMatcherCompletions()
463 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions()