Searched refs:LineFormatter (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 984 class LineFormatter { class 986 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() function in clang::format::__anon985fe27a0111::LineFormatter 991 virtual ~LineFormatter() {} in ~LineFormatter() 1089 class NoColumnLimitLineFormatter : public LineFormatter { 1095 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter() 1117 class NoLineBreakFormatter : public LineFormatter { 1122 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter() 1140 class OptimizingLineFormatter : public LineFormatter { 1146 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
|