Lines Matching refs:l_square
191 (CurrentToken->Next->is(tok::l_square) && in parseParens()
268 Parent->isOneOf(tok::colon, tok::l_square, tok::l_paren, in parseSquare()
285 tok::l_square, tok::question, tok::colon, in parseSquare()
294 ScopedContextCreator ContextCreator(*this, tok::l_square, BindingIncrease); in parseSquare()
449 Contexts.back().ContextKind == tok::l_square || // array type in consumeToken()
524 case tok::l_square: in consumeToken()
939 (!Current.Previous || Current.Previous->isNot(tok::l_square))) { in determineTokenType()
1170 if (PrevToken->isOneOf(tok::l_paren, tok::l_square, tok::l_brace, in determineStarAmpUsage()
1177 if (NextToken->is(tok::l_square) && NextToken->isNot(TT_LambdaLSquare)) in determineStarAmpUsage()
1226 if (PrevToken->isOneOf(tok::equal, tok::l_paren, tok::comma, tok::l_square, in determinePlusMinusCaretUsage()
1509 if (Next->Next && Next->Next->is(tok::l_square) && in isFunctionDeclarationName()
1724 if (Right.is(tok::l_square)) { in splitPenalty()
1891 if (Left.is(tok::l_square) && Right.is(tok::amp)) in spaceRequiredBetween()
1920 if (Left.is(tok::l_square)) in spaceRequiredBetween()
1931 if (Right.is(tok::l_square) && in spaceRequiredBetween()
1964 return !Left.isOneOf(tok::l_paren, tok::l_square, tok::at) && in spaceRequiredBetween()
1981 if (Left.is(TT_TemplateCloser) && Right.is(tok::l_square)) in spaceRequiredBetween()
2014 !Right.isOneOf(tok::equal, tok::l_brace, tok::comma, tok::l_square, in spaceRequiredBefore()
2368 tok::colon, tok::l_square, tok::at) || in canBreakBefore()