Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.h154 bool formatChildren(LineState &State, bool NewLine, bool DryRun,
DUnwrappedLineFormatter.cpp425 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