Home | History | Annotate | Download | only in Format

Lines Matching defs:Whitespaces

475   LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
478 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
494 /// creates changes using \c Whitespaces.
552 Whitespaces->replaceWhitespace(
566 WhitespaceManager *Whitespaces;
575 WhitespaceManager *Whitespaces,
578 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
603 WhitespaceManager *Whitespaces, const FormatStyle &Style,
605 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
624 WhitespaceManager *Whitespaces,
627 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
855 NoColumnLimitLineFormatter(Indenter, Whitespaces, Style, this)
858 Penalty += NoLineBreakFormatter(Indenter, Whitespaces, Style, this)
861 Penalty += OptimizingLineFormatter(Indenter, Whitespaces, Style, this)
888 Whitespaces->addUntouchableToken(*TheLine.First,
893 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective);
913 Whitespaces->replaceWhitespace(RootToken, Newlines, /*IndentLevel=*/0,
946 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent,