Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp783 UnwrappedLineFormatter *BlockFormatter) in LineFormatter() argument
785 BlockFormatter(BlockFormatter) {} in LineFormatter()
842 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren()
887 UnwrappedLineFormatter *BlockFormatter; member in clang::format::__anonb93c45f80111::LineFormatter
896 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter() argument
897 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
923 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter() argument
924 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
947 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter() argument
948 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()