Lines Matching refs:comma

330       SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end,  in ParseOpenMPDeclareReductionDirective()
338 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
616 if (Tok.is(tok::comma)) in ParseOpenMPDeclareMapperDirective()
786 if (Tok.is(tok::comma)) in parseDeclareSimdClauses()
1133 while (!SkipUntil({tok::r_brace, tok::r_paren, tok::comma, in parseOMPContextSelector()
1143 if (!Tok.is(tok::comma) && !Tok.is(tok::r_paren)) { in parseOMPContextSelector()
1225 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelector()
1303 while (!SkipUntil({tok::comma, tok::r_brace, tok::r_paren, in parseOMPContextSelectorSet()
1313 if (!Tok.is(tok::comma) && !Tok.is(tok::r_brace)) { in parseOMPContextSelectorSet()
1353 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelectorSet()
1377 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelectors()
1486 if (Tok.is(tok::comma)) in ParseOMPDeclareVariantClauses()
1532 if (!Tok.is(tok::comma)) in parseInteropTypeList()
1579 if (Tok.is(tok::comma)) in parseOpenMPAppendArgs()
1585 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in parseOpenMPAppendArgs()
1816 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in parseOpenMPSimpleClause()
1941 if (Tok.is(tok::comma)) in ParseOMPDeclareTargetClauses()
2111 SkipUntil(tok::comma, tok::identifier, tok::annot_pragma_openmp_end, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2121 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2152 SkipUntil(tok::comma, tok::identifier, tok::annot_pragma_openmp_end, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2162 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2699 SkipUntil(tok::comma, tok::identifier, tok::annot_pragma_openmp_end, in ParseOpenMPDeclarativeOrExecutableDirective()
2709 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeOrExecutableDirective()
2900 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeOrExecutableDirective()
3011 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
3017 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
3019 } else if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren) && in ParseOpenMPSimpleVarList()
3022 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
3031 if (Tok.is(tok::comma)) { in ParseOpenMPSimpleVarList()
3069 ExpectAndConsume(tok::comma); in ParseOpenMPSizesClause()
3091 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPUsesAllocatorClause()
3105 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPUsesAllocatorClause()
3113 if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren)) in ParseOpenMPUsesAllocatorClause()
3116 if (Tok.is(tok::comma)) in ParseOpenMPUsesAllocatorClause()
3369 SkipUntil(tok::comma, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPClause()
3555 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPInteropClause()
3558 if (Tok.is(tok::comma)) in ParseOpenMPInteropClause()
3565 if (Tok.is(tok::comma)) in ParseOpenMPInteropClause()
3588 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPInteropClause()
3731 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3734 if (Tok.is(tok::comma)) { in ParseOpenMPSingleExprWithArgClause()
3743 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3757 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3763 Tok.is(tok::comma)) in ParseOpenMPSingleExprWithArgClause()
3769 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3772 if (Arg.back() == OMPC_DIST_SCHEDULE_static && Tok.is(tok::comma)) in ParseOpenMPSingleExprWithArgClause()
3784 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3797 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
3978 if (Tok.is(tok::comma)) { in parseMapTypeModifiers()
3991 if (getCurToken().is(tok::comma)) in parseMapTypeModifiers()
4107 if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren)) in ParseOpenMPIteratorsExpr()
4109 if (Tok.is(tok::comma)) in ParseOpenMPIteratorsExpr()
4185 NextToken().is(tok::comma)) { in ParseOpenMPVarList()
4191 assert(Tok.is(tok::comma) && "Expected comma."); in ParseOpenMPVarList()
4227 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
4334 if (Tok.is(tok::comma)) in ParseOpenMPVarList()
4385 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPVarList()
4427 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPVarList()
4432 IsComma = Tok.is(tok::comma); in ParseOpenMPVarList()
4459 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPVarList()