Searched refs:BlockFormatter (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.cpp | 781 UnwrappedLineFormatter *BlockFormatter) in LineFormatter() argument 783 BlockFormatter(BlockFormatter) {} in LineFormatter() 828 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren() 873 UnwrappedLineFormatter *BlockFormatter; member in clang::format::__anon25f930cf0111::LineFormatter 882 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter() argument 883 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter() 909 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter() argument 910 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter() 933 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter() argument 934 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
|