Searched refs:StateNode (Results 1 – 1 of 1) sorted by relevance
968 struct StateNode { struct in clang::format::__anon25f930cf0111::OptimizingLineFormatter969 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() function973 StateNode *Previous; argument978 typedef std::pair<OrderedPenalty, StateNode *> QueueItem;1002 StateNode *Node = in analyzeSolutionSpace()1003 new (Allocator.Allocate()) StateNode(InitialState, false, nullptr); in analyzeSolutionSpace()1012 StateNode *Node = Queue.top().second; in analyzeSolutionSpace()1058 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue()1065 StateNode *Node = new (Allocator.Allocate()) in addNextStateToQueue()1066 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()[all …]