Home | History | Annotate | Download | only in Format

Lines Matching refs:Whitespaces

794                          WhitespaceManager *Whitespaces,
796 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
858 Whitespaces->replaceWhitespace(*TheLine.First, Newlines,
913 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective);
922 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective);
1021 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent,
1182 /// creates changes using \c Whitespaces.
1241 Whitespaces->replaceWhitespace(
1253 WhitespaceManager *Whitespaces;
1683 Whitespaces(SourceMgr, Style, inputUsesCRLF(Lex.getBuffer())),
1722 Whitespaces.reset();
1740 ContinuationIndenter Indenter(Style, SourceMgr, Whitespaces, Encoding,
1742 UnwrappedLineFormatter Formatter(&Indenter, &Whitespaces, Style);
1744 return Whitespaces.generateReplacements();
1952 WhitespaceManager Whitespaces;