Lines Matching defs:Whitespaces
995 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
998 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
1014 /// creates changes using \c Whitespaces.
1075 Whitespaces->replaceWhitespace(
1092 WhitespaceManager *Whitespaces;
1101 WhitespaceManager *Whitespaces,
1104 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
1129 WhitespaceManager *Whitespaces, const FormatStyle &Style,
1131 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
1152 WhitespaceManager *Whitespaces,
1155 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
1404 NoColumnLimitLineFormatter(Indenter, Whitespaces, Style, this)
1408 Penalty += NoLineBreakFormatter(Indenter, Whitespaces, Style, this)
1412 Penalty += OptimizingLineFormatter(Indenter, Whitespaces, Style, this)
1442 Whitespaces->addUntouchableToken(*TheLine.First,
1448 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective);
1563 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent,
1586 Whitespaces->replaceWhitespace(RootToken, RootToken.Newlines, Indent, Indent,