Searched refs:formatChildren (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.h | 154 bool formatChildren(LineState &State, bool NewLine, bool DryRun,
|
D | UnwrappedLineFormatter.cpp | 425 formatChildren(State, /*Newline=*/false, DryRun, Penalty); in format() 638 formatChildren(State, (*I)->NewLine, /*DryRun=*/false, Penalty); in reconstructPath() 663 if (!formatChildren(Node->State, NewLine, /*DryRun=*/true, Penalty)) in addNextStateToQueue() 672 bool UnwrappedLineFormatter::formatChildren(LineState &State, bool NewLine, in formatChildren() function in clang::format::UnwrappedLineFormatter
|