Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1110 addNextStateToQueue(Penalty, Node, /*NewLine=*/false, &Count, &Queue); in analyzeSolutionSpace()
1112 addNextStateToQueue(Penalty, Node, /*NewLine=*/true, &Count, &Queue); in analyzeSolutionSpace()
1159 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() function in clang::format::__anoneabb2b410111::UnwrappedLineFormatter