Lines Matching refs:Whitespaces
684 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() argument
687 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter()
763 Whitespaces->replaceWhitespace( in formatChildren()
777 WhitespaceManager *Whitespaces; member in clang::format::__anon847ac5d30111::LineFormatter
786 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument
789 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
814 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() argument
816 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
837 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument
840 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
1082 NoColumnLimitLineFormatter(Indenter, Whitespaces, Style, this) in format()
1086 Penalty += NoLineBreakFormatter(Indenter, Whitespaces, Style, this) in format()
1090 Penalty += OptimizingLineFormatter(Indenter, Whitespaces, Style, this) in format()
1118 Whitespaces->addUntouchableToken(*TheLine.First, in format()
1123 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective); in format()
1144 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent, in formatFirstToken()
1189 Whitespaces->replaceWhitespace(RootToken, Newlines, Indent, Indent, in formatFirstToken()