Searched refs:LineFormatter (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 1051 class LineFormatter { class 1053 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() function in clang::format::__anond596d1440111::LineFormatter 1058 virtual ~LineFormatter() {} in ~LineFormatter() 1156 class NoColumnLimitLineFormatter : public LineFormatter { 1162 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter() 1184 class NoLineBreakFormatter : public LineFormatter { 1189 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter() 1207 class OptimizingLineFormatter : public LineFormatter { 1213 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
|