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.cpp1055 UnwrappedLineFormatter *BlockFormatter) in LineFormatter() argument
1057 BlockFormatter(BlockFormatter) {} in LineFormatter()
1104 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren()
1152 UnwrappedLineFormatter *BlockFormatter; member in clang::format::__anond596d1440111::LineFormatter
1161 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter() argument
1162 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1188 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter() argument
1189 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1212 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter() argument
1213 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()