Searched refs:LineFormatter (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 917 class LineFormatter { class 919 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() function in clang::format::__anon8a591c740111::LineFormatter 924 virtual ~LineFormatter() {} in ~LineFormatter() 1031 class NoColumnLimitLineFormatter : public LineFormatter { 1037 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter() 1059 class NoLineBreakFormatter : public LineFormatter { 1064 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter() 1082 class OptimizingLineFormatter : public LineFormatter { 1088 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
|