Lines Matching refs:l_square
225 (CurrentToken->Next->is(tok::l_square) && Line.MustBeDeclaration))) in parseParens()
313 Parent->isOneOf(tok::colon, tok::l_square, tok::l_paren, in parseSquare()
331 tok::comma, tok::l_paren, tok::l_square, in parseSquare()
342 ScopedContextCreator ContextCreator(*this, tok::l_square, BindingIncrease); in parseSquare()
498 Contexts.back().ContextKind == tok::l_square || // array type in consumeToken()
584 case tok::l_square: in consumeToken()
1020 (!Current.Previous || Current.Previous->isNot(tok::l_square))) { in determineTokenType()
1254 if (PrevToken->isOneOf(tok::l_paren, tok::l_square, tok::l_brace, in determineStarAmpUsage()
1261 if (NextToken->is(tok::l_square) && NextToken->isNot(TT_LambdaLSquare)) in determineStarAmpUsage()
1310 if (PrevToken->isOneOf(tok::equal, tok::l_paren, tok::comma, tok::l_square, in determinePlusMinusCaretUsage()
1600 if (Next->Next && Next->Next->is(tok::l_square) && in isFunctionDeclarationName()
1824 if (Right.is(tok::l_square)) { in splitPenalty()
2006 if (Left.is(tok::l_square) && Right.is(tok::amp)) in spaceRequiredBetween()
2033 if (Left.is(tok::l_square)) in spaceRequiredBetween()
2044 if (Right.is(tok::l_square) && in spaceRequiredBetween()
2075 return !Left.isOneOf(tok::l_paren, tok::l_square, tok::at) && in spaceRequiredBetween()
2092 if (Left.is(TT_TemplateCloser) && Right.is(tok::l_square)) in spaceRequiredBetween()
2138 !Right.isOneOf(tok::equal, tok::l_brace, tok::comma, tok::l_square, in spaceRequiredBefore()
2221 tok::l_square) || in spaceRequiredBefore()
2505 tok::colon, tok::l_square, tok::at) || in canBreakBefore()