Home
last modified time | relevance | path

Searched refs:LineFormatter (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp682 class LineFormatter { class
684 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() function in clang::format::__anon847ac5d30111::LineFormatter
689 virtual ~LineFormatter() {} in ~LineFormatter()
783 class NoColumnLimitLineFormatter : public LineFormatter {
789 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
811 class NoLineBreakFormatter : public LineFormatter {
816 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
834 class OptimizingLineFormatter : public LineFormatter {
840 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()