Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp921 UnwrappedLineFormatter *BlockFormatter) in LineFormatter() argument
923 BlockFormatter(BlockFormatter) {} in LineFormatter()
981 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren()
1027 UnwrappedLineFormatter *BlockFormatter; member in clang::format::__anon8a591c740111::LineFormatter
1036 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter() argument
1037 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1063 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter() argument
1064 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1087 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter() argument
1088 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()