Home | History | Annotate | Download | only in Format

Lines Matching refs:Children

456     for (AnnotatedLine *Child : Tok->Children)
492 /// Returns \c true if all children could be placed successfully and adapts
496 /// The crucial idea here is that children always get formatted upon
514 LBrace->BlockKind != BK_Block || Previous.Children.size() == 0)
521 Previous.Children[0]->Level * Style.IndentWidth;
524 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent,
529 if (Previous.Children[0]->First->MustBreakBefore)
533 if (Previous.Children.size() > 1)
541 if (Previous.Children[0]->Last->isTrailingComment())
547 Previous.Children[0]->Last->TotalLength + State.Column + 2 >
553 *Previous.Children[0]->First,
557 Penalty += formatLine(*Previous.Children[0], State.Column + 1, DryRun);
559 State.Column += 1 + Previous.Children[0]->Last->TotalLength;
864 // affected children.
866 format(TheLine.Children, DryRun);