Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp975 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() function in clang::format::__anon5560ac9b0111::LineFormatter
1073 formatChildren(State, Newline, /*DryRun=*/false, Penalty); in formatLine()
1095 formatChildren(State, /*NewLine=*/false, DryRun, Penalty); in formatLine()
1248 if (!formatChildren(Node->State, NewLine, /*DryRun=*/true, Penalty)) in addNextStateToQueue()
1268 formatChildren(State, Node->NewLine, /*DryRun=*/false, Penalty); in reconstructPath()