D | UnwrappedLineFormatter.cpp | 473 class LineFormatter { class 475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() function in clang::format::__anon5061c3a60111::LineFormatter 480 virtual ~LineFormatter() {} in ~LineFormatter() 572 class NoColumnLimitLineFormatter : public LineFormatter { 578 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter() 600 class NoLineBreakFormatter : public LineFormatter { 605 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter() 621 class OptimizingLineFormatter : public LineFormatter { 627 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
|