Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp939 class LineFormatter { class
941 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() function in clang::format::__anon5560ac9b0111::LineFormatter
946 virtual ~LineFormatter() {} in ~LineFormatter()
1053 class NoColumnLimitLineFormatter : public LineFormatter {
1059 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1081 class NoLineBreakFormatter : public LineFormatter {
1086 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1104 class OptimizingLineFormatter : public LineFormatter {
1110 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()