Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp477 UnwrappedLineFormatter *BlockFormatter) in LineFormatter() argument
479 BlockFormatter(BlockFormatter) {} in LineFormatter()
524 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren()
568 UnwrappedLineFormatter *BlockFormatter; member in clang::format::__anone328b5250111::LineFormatter
577 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter() argument
578 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
604 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter() argument
605 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
626 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter() argument
627 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()