Searched refs:StateNode (Results 1 – 1 of 1) sorted by relevance
982 struct StateNode { struct in clang::format::__anonb93c45f80111::OptimizingLineFormatter983 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() argument987 StateNode *Previous; argument992 typedef std::pair<OrderedPenalty, StateNode *> QueueItem;1016 StateNode *Node = in analyzeSolutionSpace()1026 StateNode *Node = Queue.top().second; in analyzeSolutionSpace()1079 StateNode *Node = new (Allocator.Allocate()) in addNextStateToQueue()1080 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()1092 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()1093 std::deque<StateNode *> Path; in reconstructPath()[all …]