Lines Matching defs:Whitespaces
1086 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
1089 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
1105 /// creates changes using \c Whitespaces.
1166 Whitespaces->replaceWhitespace(
1183 WhitespaceManager *Whitespaces;
1192 WhitespaceManager *Whitespaces,
1195 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
1220 WhitespaceManager *Whitespaces, const FormatStyle &Style,
1222 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
1243 WhitespaceManager *Whitespaces,
1246 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
1495 NoColumnLimitLineFormatter(Indenter, Whitespaces, Style, this)
1499 Penalty += NoLineBreakFormatter(Indenter, Whitespaces, Style, this)
1503 Penalty += OptimizingLineFormatter(Indenter, Whitespaces, Style, this)
1533 Whitespaces->addUntouchableToken(*TheLine.First,
1539 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective);
1671 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent,
1694 Whitespaces->replaceWhitespace(RootToken, RootToken.Newlines, Indent, Indent,