Searched refs:StateNode (Results 1 – 1 of 1) sorted by relevance
874 struct StateNode { struct in clang::format::__anon847ac5d30111::OptimizingLineFormatter875 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() argument879 StateNode *Previous; argument884 typedef std::pair<OrderedPenalty, StateNode *> QueueItem;908 StateNode *Node = in analyzeSolutionSpace()918 StateNode *Node = Queue.top().second; in analyzeSolutionSpace()971 StateNode *Node = new (Allocator.Allocate()) in addNextStateToQueue()972 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()984 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()985 std::deque<StateNode *> Path; in reconstructPath()[all …]