Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp997 UnwrappedLineFormatter *BlockFormatter) in LineFormatter() argument
999 BlockFormatter(BlockFormatter) {} in LineFormatter()
1046 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren()
1094 UnwrappedLineFormatter *BlockFormatter; member in clang::format::__anond596d1440111::LineFormatter
1103 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter() argument
1104 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1130 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter() argument
1131 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1154 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter() argument
1155 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()