Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp937 addNextStateToQueue(Penalty, Node, /*NewLine=*/false, &Count, &Queue); in analyzeSolutionSpace()
939 addNextStateToQueue(Penalty, Node, /*NewLine=*/true, &Count, &Queue); in analyzeSolutionSpace()
964 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() function in clang::format::__anon847ac5d30111::OptimizingLineFormatter