Lines Matching refs:l_square
329 case tok::l_square:
468 case tok::l_square:
606 if (!Style.isCSharp() && NextTok->is(tok::l_square)) {
610 ProbablyBracedList = NextTok->isNot(tok::l_square);
1225 // Semicolon can be a null-statement, l_square can be a start of a macro or
1433 while (FormatTok->is(tok::l_square) && handleCppAttributes()) {
2080 case tok::l_square:
2239 assert(FormatTok->is(tok::l_square));
2262 case tok::l_square:
2374 if (FormatTok->is(tok::l_square) || tok::isLiteral(FormatTok->Tok.getKind()))
2484 case tok::l_square:
2603 case tok::l_square:
2666 assert(FormatTok->is(tok::l_square) && "'[' expected.");
2681 case tok::l_square:
2789 else if (FormatTok->is(tok::l_square))
2795 assert(FormatTok->is(tok::l_square));
3092 tok::l_square, tok::period, tok::l_paren) ||
3094 if (FormatTok->is(tok::l_square))
3378 case tok::l_square:
3668 case tok::l_square:
3796 while (FormatTok->is(tok::l_square))
3804 tok::l_square)) {
3809 while (FormatTok->is(tok::l_square))
3906 if (Tok->isNot(tok::l_square))
4008 tok::kw_alignas, tok::l_square) ||
4024 if (FormatTok->is(tok::l_square) && handleCppAttributes())
4084 if (FormatTok->is(tok::l_square)) {
4362 } else if (FormatTok->is(tok::l_square)) {
4419 if (FormatTok->is(tok::l_square)) {