Searched refs:StateNode (Results 1 – 1 of 1) sorted by relevance
1180 struct StateNode { struct in clang::format::__anon985fe27a0111::OptimizingLineFormatter1181 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() function1185 StateNode *Previous; argument1190 typedef std::pair<OrderedPenalty, StateNode *> QueueItem;1214 StateNode *RootNode = in analyzeSolutionSpace()1228 StateNode *Node = Queue.top().second; in analyzeSolutionSpace()1282 StateNode *Node = new (Allocator.Allocate()) in addNextStateToQueue()1283 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()1295 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()1296 llvm::SmallVector<StateNode *> Path; in reconstructPath()[all …]