Searched refs:StateNode (Results 1 – 1 of 1) sorted by relevance
660 struct StateNode { struct in clang::format::__anon5061c3a60111::OptimizingLineFormatter661 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() function665 StateNode *Previous; argument670 typedef std::pair<OrderedPenalty, StateNode *> QueueItem;693 StateNode *Node = in analyzeSolutionSpace()694 new (Allocator.Allocate()) StateNode(InitialState, false, nullptr); in analyzeSolutionSpace()703 StateNode *Node = Queue.top().second; in analyzeSolutionSpace()747 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue()754 StateNode *Node = new (Allocator.Allocate()) in addNextStateToQueue()755 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()[all …]