reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1429 if (!Current.closesScope()) 1435 (Current.isOneOf(tok::r_paren, tok::r_square, TT_TemplateString) || 1436 (Current.is(tok::r_brace) && State.NextToken != State.Line->First) || 1438 (Current.is(tok::greater) && Current.is(TT_DictLiteral)))) 1438 (Current.is(tok::greater) && Current.is(TT_DictLiteral)))) 1451 if (State.Stack.back().BreakBeforeParameter && Current.MatchingParen && 1452 Current.MatchingParen->Previous) { 1453 const FormatToken &CurrentScopeOpener = *Current.MatchingParen->Previous; 1458 CurrentScopeOpener.TotalLength - Current.TotalLength - 1; 1459 if (State.Column + Current.ColumnWidth + NecessarySpaceInLine <= 1465 if (Current.is(tok::r_square)) { 1467 const FormatToken *NextNonComment = Current.getNextNonComment();