Lines Matching refs:l_brace
230 if (CurrentToken->Next && CurrentToken->Next->is(tok::l_brace) && in parseParens()
270 if (CurrentToken->is(tok::l_brace)) in parseParens()
311 CurrentToken->isNot(tok::l_brace) && in parseSquare()
325 Contexts.back().ContextKind == tok::l_brace && in parseSquare()
326 Parent->isOneOf(tok::l_brace, tok::comma)) { in parseSquare()
406 ScopedContextCreator ContextCreator(*this, tok::l_brace, 1); in parseBrace()
421 if (CurrentToken->isOneOf(tok::colon, tok::l_brace)) { in parseBrace()
442 if (Current->is(tok::l_brace) && Current->BlockKind == BK_Block) in updateParameterCount()
588 case tok::l_brace: in consumeToken()
1038 !Current.Next->isOneOf(tok::semi, tok::colon, tok::l_brace, in determineTokenType()
1066 PreviousNoComment->isOneOf(tok::comma, tok::l_brace)) in determineTokenType()
1199 Tok.Next->isOneOf(tok::equal, tok::semi, tok::l_brace, tok::greater); in rParenEndsCast()
1248 (NextToken->is(tok::l_brace) && !NextToken->getNextNonComment())) in determineStarAmpUsage()
1254 if (PrevToken->isOneOf(tok::l_paren, tok::l_square, tok::l_brace, in determineStarAmpUsage()
1312 tok::kw_case, tok::at, tok::l_brace)) in determinePlusMinusCaretUsage()
1645 if (Line.Last->is(tok::l_brace)) in isFunctionDeclarationName()
1658 if (Tok->isOneOf(tok::l_brace, tok::string_literal, TT_ObjCMethodExpr) || in isFunctionDeclarationName()
1851 if (Left.is(tok::equal) && Right.is(tok::l_brace)) in splitPenalty()
1994 tok::numeric_constant, tok::l_paren, tok::l_brace, in spaceRequiredBetween()
2024 (Right.is(tok::l_brace) && Right.BlockKind == BK_Block) || in spaceRequiredBetween()
2048 if (Left.is(tok::l_brace) && Right.is(tok::r_brace)) in spaceRequiredBetween()
2050 if ((Left.is(tok::l_brace) && Left.BlockKind != BK_Block) || in spaceRequiredBetween()
2080 Right.is(tok::l_brace) && Right.getNextNonComment() && in spaceRequiredBetween()
2126 if (Left.is(Keywords.kw_is) && Right.is(tok::l_brace)) in spaceRequiredBefore()
2132 if ((Left.is(tok::l_brace) || Right.is(tok::r_brace)) && in spaceRequiredBefore()
2138 !Right.isOneOf(tok::equal, tok::l_brace, tok::comma, tok::l_square, in spaceRequiredBefore()
2150 if (Left.is(tok::r_square) && Right.is(tok::l_brace)) in spaceRequiredBefore()
2217 if (Right.is(tok::coloncolon) && !Left.isOneOf(tok::l_brace, tok::comment)) in spaceRequiredBefore()
2247 return Tok.is(tok::l_brace) && Tok.BlockKind == BK_Block && in isAllmanBrace()
2262 if (Left.is(TT_DictLiteral) && Left.is(tok::l_brace) && Line.Level == 0 && in mustBreakBefore()
2272 if (Left.is(tok::l_brace) && Line.Level == 0 && in mustBreakBefore()
2278 if (Right.is(tok::r_brace) && Left.is(tok::l_brace) && in mustBreakBefore()
2296 if (Left.isOneOf(tok::l_brace, TT_ArrayInitializerLSquare) && in mustBreakBefore()
2300 Right.MatchingParen->isOneOf(tok::l_brace, in mustBreakBefore()
2336 if (Right.Previous->is(tok::l_brace) && Right.NestingLevel == 1 && in mustBreakBefore()
2353 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) in mustBreakBefore()
2374 if (Left.is(TT_JsFatArrow) && Right.is(tok::l_brace)) in canBreakBefore()
2465 return !Right.isOneOf(tok::l_brace, tok::semi, tok::equal, tok::l_paren, in canBreakBefore()
2501 return Left.isOneOf(tok::comma, tok::coloncolon, tok::semi, tok::l_brace, in canBreakBefore()