Searched refs:addNextStateToQueue (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 721 addNextStateToQueue(Penalty, Node, /*NewLine=*/false, &Count, &Queue); in analyzeSolutionSpace() 723 addNextStateToQueue(Penalty, Node, /*NewLine=*/true, &Count, &Queue); in analyzeSolutionSpace() 747 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() function in clang::format::__anone328b5250111::OptimizingLineFormatter
|