Home | History | Annotate | Download | only in Format

Lines Matching refs:comma

111                                  tok::kw_while, tok::l_paren, tok::comma) ||
203 if (CurrentToken->is(tok::comma) && CurrentToken->Next &&
282 if (CurrentToken->is(tok::comma) &&
338 if (Current->is(tok::comma)) {
490 case tok::comma:
698 Previous && !Previous->isOneOf(tok::comma, tok::semi);
720 } else if (Current.isOneOf(tok::r_paren, tok::greater, tok::comma)) {
791 PreviousNoComment->isOneOf(tok::comma, tok::l_brace))
912 tok::comma, tok::semi, tok::kw_return, tok::colon,
962 if (PrevToken->isOneOf(tok::equal, tok::l_paren, tok::comma, tok::l_square,
1099 return prec::Comma;
1100 else if (Current->Type == TT_BinaryOperator || Current->is(tok::comma))
1274 if (Parameter->Previous && Parameter->Previous->is(tok::comma)) {
1351 if (Left.is(tok::comma) || (Right.is(tok::identifier) && Right.Next &&
1387 return 20; // Should be smaller than breaking at a nested comma.
1479 if (Right.isOneOf(tok::semi, tok::comma))
1592 if (Tok.Previous->is(tok::comma))
1594 if (Tok.is(tok::comma))
1686 // If the last token before a '}' is a comma or a comment, the intention is to
1695 BeforeClosingBrace->isOneOf(tok::comma, tok::comment))
1807 Left.isOneOf(tok::comma, tok::coloncolon, tok::semi, tok::l_brace,