Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineFormatter.cpp739 class LineFormatter { class
741 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() function in clang::format::__anon1f81125b0111::LineFormatter
746 virtual ~LineFormatter() {} in ~LineFormatter()
838 class NoColumnLimitLineFormatter : public LineFormatter {
844 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
866 class NoLineBreakFormatter : public LineFormatter {
871 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
889 class OptimizingLineFormatter : public LineFormatter {
895 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()