Lines Matching refs:l_square
172 (CurrentToken->Next->is(tok::l_square) && in parseParens()
232 (!Parent || Parent->isOneOf(tok::colon, tok::l_square, tok::l_paren, in parseSquare()
237 ScopedContextCreator ContextCreator(*this, tok::l_square, 10); in parseSquare()
436 case tok::l_square: in consumeToken()
765 Current.Previous->isNot(tok::l_square))) { in determineTokenType()
911 if (PrevToken->isOneOf(tok::l_paren, tok::l_square, tok::l_brace, in determineStarAmpUsage()
919 if (NextToken->is(tok::l_square) && NextToken->Type != TT_LambdaLSquare) in determineStarAmpUsage()
962 if (PrevToken->isOneOf(tok::equal, tok::l_paren, tok::comma, tok::l_square, in determinePlusMinusCaretUsage()
1354 if (Right.is(tok::l_square)) { in splitPenalty()
1504 if (Left.is(tok::l_square) && Right.is(tok::amp)) in spaceRequiredBetween()
1521 if (Left.is(tok::l_square)) in spaceRequiredBetween()
1527 if (Right.is(tok::l_square) && Right.Type != TT_ObjCMethodExpr && in spaceRequiredBetween()
1557 return !Left.isOneOf(tok::l_paren, tok::l_square, tok::at) && in spaceRequiredBetween()
1810 Right.isOneOf(tok::lessless, tok::colon, tok::l_square, tok::at) || in canBreakBefore()