Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp943 UnwrappedLineFormatter *BlockFormatter) in LineFormatter() argument
945 BlockFormatter(BlockFormatter) {} in LineFormatter()
1003 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren()
1049 UnwrappedLineFormatter *BlockFormatter; member in clang::format::__anon5560ac9b0111::LineFormatter
1058 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter() argument
1059 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1085 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter() argument
1086 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1109 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter() argument
1110 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()