Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp509 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() function in clang::format::__anone328b5250111::LineFormatter
592 formatChildren(State, Newline, /*DryRun=*/false, Penalty); in formatLine()
613 formatChildren(State, /*Newline=*/false, DryRun, Penalty); in formatLine()
756 if (!formatChildren(Node->State, NewLine, /*DryRun=*/true, Penalty)) in addNextStateToQueue()
777 formatChildren(State, (*I)->NewLine, /*DryRun=*/false, Penalty); in reconstructPath()