Searched refs:formatChildren (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 509 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() function in clang::format::__anonf162ad6f0111::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()
|