Lines Matching refs:comma
319 SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end, in ParseOpenMPDeclareReductionDirective()
327 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
605 if (Tok.is(tok::comma)) in ParseOpenMPDeclareMapperDirective()
775 if (Tok.is(tok::comma)) in parseDeclareSimdClauses()
1118 while (!SkipUntil({tok::r_brace, tok::r_paren, tok::comma, in parseOMPContextSelector()
1128 if (!Tok.is(tok::comma) && !Tok.is(tok::r_paren)) { in parseOMPContextSelector()
1210 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelector()
1288 while (!SkipUntil({tok::comma, tok::r_brace, tok::r_paren, in parseOMPContextSelectorSet()
1298 if (!Tok.is(tok::comma) && !Tok.is(tok::r_brace)) { in parseOMPContextSelectorSet()
1338 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelectorSet()
1362 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelectors()
1656 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in parseOpenMPSimpleClause()
1764 if (Tok.is(tok::comma)) in ParseOMPDeclareTargetClauses()
1929 SkipUntil(tok::comma, tok::identifier, tok::annot_pragma_openmp_end, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1939 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1970 SkipUntil(tok::comma, tok::identifier, tok::annot_pragma_openmp_end, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1980 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2337 SkipUntil(tok::comma, tok::identifier, tok::annot_pragma_openmp_end, in ParseOpenMPDeclarativeOrExecutableDirective()
2347 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeOrExecutableDirective()
2520 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeOrExecutableDirective()
2632 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
2638 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
2640 } else if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren) && in ParseOpenMPSimpleVarList()
2643 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
2652 if (Tok.is(tok::comma)) { in ParseOpenMPSimpleVarList()
2690 ExpectAndConsume(tok::comma); in ParseOpenMPSizesClause()
2711 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPUsesAllocatorClause()
2724 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPUsesAllocatorClause()
2732 if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren)) in ParseOpenMPUsesAllocatorClause()
2735 if (Tok.is(tok::comma)) in ParseOpenMPUsesAllocatorClause()
2978 SkipUntil(tok::comma, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPClause()
3120 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPInteropClause()
3123 if (Tok.is(tok::comma)) in ParseOpenMPInteropClause()
3130 if (Tok.is(tok::comma)) in ParseOpenMPInteropClause()
3156 if (!Tok.is(tok::comma)) in ParseOpenMPInteropClause()
3174 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPInteropClause()
3310 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3313 if (Tok.is(tok::comma)) { in ParseOpenMPSingleExprWithArgClause()
3323 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3338 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3344 Tok.is(tok::comma)) in ParseOpenMPSingleExprWithArgClause()
3351 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3354 if (Arg.back() == OMPC_DIST_SCHEDULE_static && Tok.is(tok::comma)) in ParseOpenMPSingleExprWithArgClause()
3367 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3381 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3562 if (Tok.is(tok::comma)) { in parseMapTypeModifiers()
3574 if (getCurToken().is(tok::comma)) in parseMapTypeModifiers()
3690 if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren)) in ParseOpenMPIteratorsExpr()
3692 if (Tok.is(tok::comma)) in ParseOpenMPIteratorsExpr()
3741 NextToken().is(tok::comma)) { in ParseOpenMPVarList()
3747 assert(Tok.is(tok::comma) && "Expected comma."); in ParseOpenMPVarList()
3783 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
3891 if (Tok.is(tok::comma)) in ParseOpenMPVarList()
3942 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPVarList()
3964 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPVarList()
3968 IsComma = Tok.is(tok::comma); in ParseOpenMPVarList()
3995 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPVarList()