H A D | UnwrappedLineFormatter.cpp | 995 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() argument 998 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter() 1075 Whitespaces->replaceWhitespace( in formatChildren() 1092 WhitespaceManager *Whitespaces; member in clang::format::__anond596d1440111::LineFormatter 1101 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument 1104 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter() 1129 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() argument 1131 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter() 1152 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument 1155 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter() [all …]
|