Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp988 UnwrappedLineFormatter *BlockFormatter) in LineFormatter() argument
990 BlockFormatter(BlockFormatter) {} in LineFormatter()
1037 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren()
1085 UnwrappedLineFormatter *BlockFormatter; member in clang::format::__anon985fe27a0111::LineFormatter
1094 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter() argument
1095 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1121 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter() argument
1122 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1145 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter() argument
1146 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()