Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1190 addNextStateToQueue(Penalty, Node, /*NewLine=*/false, &Count, &Queue); in analyzeSolutionSpace()
1192 addNextStateToQueue(Penalty, Node, /*NewLine=*/true, &Count, &Queue); in analyzeSolutionSpace()
1217 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() function in clang::format::__anon8a591c740111::OptimizingLineFormatter