Lines Matching refs:comma

273                                                tok::comma, TT_BinaryOperator) ||  in parseParens()
372 if (CurrentToken->is(tok::comma)) in parseParens()
443 if (CurrentToken->is(tok::comma) && CurrentToken->Next && in parseParens()
470 if (CurrentToken->is(tok::comma)) in parseParens()
623 Parent->isOneOf(tok::l_brace, tok::comma)) { in parseSquare()
626 Parent && Parent->isOneOf(tok::l_brace, tok::comma)) { in parseSquare()
672 tok::comma, tok::l_paren, tok::l_square, in parseSquare()
776 if (CurrentToken->is(tok::comma) && Left->is(TT_ObjCMethodExpr) && in parseSquare()
861 if (CurrentToken->is(tok::comma)) { in parseBrace()
878 if (Current->is(tok::comma)) { in updateParameterCount()
1016 (Tok->Next->isOneOf(tok::r_paren, tok::comma) || in consumeToken()
1150 if (CurrentToken && CurrentToken->is(tok::comma) && in consumeToken()
1155 TT_BinaryOperator, TT_UnaryOperator, tok::comma, in consumeToken()
1167 Tok->Next->isOneOf(tok::semi, tok::comma, tok::colon, tok::r_paren, in consumeToken()
1199 case tok::comma: in consumeToken()
1253 } else if (CurrentToken->is(tok::comma) && OpenAngleBracketsCount == 0) { in parseCSharpGenericTypeConstraint()
1656 !Previous->Previous->isOneOf(tok::comma, tok::semi); in modifyContext()
1687 } else if (Current.isOneOf(tok::r_paren, tok::greater, tok::comma)) { in modifyContext()
1888 tok::comma, tok::period, tok::arrow, in determineTokenType()
1924 PreviousNoComment->isOneOf(tok::comma, tok::l_brace)) { in determineTokenType()
2252 TT_ConditionalExpr, tok::l_paren, tok::comma, tok::colon, tok::semi, in determineUnaryOperatorByUsage()
2315 if (NextToken->isOneOf(tok::comma, tok::semi)) in determineStarAmpUsage()
2566 if (Current->is(TT_BinaryOperator) || Current->is(tok::comma)) in getCurrentPrecedence()
2890 if (Parameter->Previous && Parameter->Previous->is(tok::comma)) { in calculateFormattingInformation()
3020 if (Depth == 2 && CurrentToken->isOneOf(tok::l_brace, tok::comma)) { in calculateInitializerColumnList()
3046 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty()
3049 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
3204 if (Left.isOneOf(tok::plus, tok::comma) && Left.Previous && in splitPenalty()
3213 if (Left.is(tok::comma)) in splitPenalty()
3315 if (Right.isOneOf(tok::semi, tok::comma)) in spaceRequiredBetween()
3816 if (Left.is(tok::comma) && Right.is(tok::comma)) in spaceRequiredBefore()
3933 !Right.isOneOf(tok::equal, tok::l_brace, tok::comma, tok::l_square, in spaceRequiredBefore()
3997 if (Left.is(tok::comma) && !Right.is(TT_OverloadedOperatorLParen)) in spaceRequiredBefore()
3999 if (Right.is(tok::comma)) in spaceRequiredBefore()
4160 Tok.MatchingParen->Next->isOneOf(tok::comma, tok::r_paren); in IsFunctionArgument()
4304 if (Left.is(tok::comma)) in mustBreakBefore()
4325 if (BeforeClosingBrace && (BeforeClosingBrace->is(tok::comma) || in mustBreakBefore()
4933 return Left.isOneOf(tok::comma, tok::coloncolon, tok::semi, tok::l_brace, in canBreakBefore()