Home
last modified time | relevance | path

Searched refs:StateNode (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp982 struct StateNode { struct in clang::format::__anonb93c45f80111::OptimizingLineFormatter
983 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() argument
987 StateNode *Previous; argument
992 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 …]