Searched refs:BlockFormatter (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 686 UnwrappedLineFormatter *BlockFormatter) in LineFormatter() argument 688 BlockFormatter(BlockFormatter) {} in LineFormatter() 735 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren() 779 UnwrappedLineFormatter *BlockFormatter; member in clang::format::__anon847ac5d30111::LineFormatter 788 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter() argument 789 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter() 815 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter() argument 816 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter() 839 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter() argument 840 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
|