Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp779 class LineFormatter { class
781 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() function in clang::format::__anonb93c45f80111::LineFormatter
786 virtual ~LineFormatter() {} in ~LineFormatter()
891 class NoColumnLimitLineFormatter : public LineFormatter {
897 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
919 class NoLineBreakFormatter : public LineFormatter {
924 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
942 class OptimizingLineFormatter : public LineFormatter {
948 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()