Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp777 class LineFormatter { class
779 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() function in clang::format::__anon25f930cf0111::LineFormatter
784 virtual ~LineFormatter() {} in ~LineFormatter()
877 class NoColumnLimitLineFormatter : public LineFormatter {
883 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
905 class NoLineBreakFormatter : public LineFormatter {
910 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
928 class OptimizingLineFormatter : public LineFormatter {
934 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()