Lines Matching refs:Whitespaces
475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() argument
478 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter()
552 Whitespaces->replaceWhitespace( in formatChildren()
566 WhitespaceManager *Whitespaces; member in clang::format::__anon5061c3a60111::LineFormatter
575 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument
578 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
603 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() argument
605 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
624 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument
627 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
853 NoColumnLimitLineFormatter(Indenter, Whitespaces, Style, this) in format()
856 Penalty += NoLineBreakFormatter(Indenter, Whitespaces, Style, this) in format()
859 Penalty += OptimizingLineFormatter(Indenter, Whitespaces, Style, this) in format()
884 Whitespaces->addUntouchableToken(*TheLine.First, in format()
889 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective); in format()
909 Whitespaces->replaceWhitespace(RootToken, Newlines, /*IndentLevel=*/0, in formatFirstToken()
942 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent, in formatFirstToken()