Lines Matching refs:Whitespaces
941 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() argument
944 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter()
1032 Whitespaces->replaceWhitespace( in formatChildren()
1047 WhitespaceManager *Whitespaces; member in clang::format::__anon5560ac9b0111::LineFormatter
1056 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument
1059 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1084 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() argument
1086 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1107 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument
1110 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
1358 NoColumnLimitLineFormatter(Indenter, Whitespaces, Style, this) in format()
1362 Penalty += NoLineBreakFormatter(Indenter, Whitespaces, Style, this) in format()
1366 Penalty += OptimizingLineFormatter(Indenter, Whitespaces, Style, this) in format()
1396 Whitespaces->addUntouchableToken(*TheLine.First, in format()
1402 Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective); in format()
1423 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent, in formatFirstToken()
1518 Whitespaces->replaceWhitespace(RootToken, Newlines, Indent, Indent, in formatFirstToken()