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

/external/clang/lib/Format/
H A DFormat.cpp1077 struct StateNode { struct in class:clang::format::__anon16161::UnwrappedLineFormatter
1078 StateNode(const LineState &State, bool NewLine, StateNode *Previous) function in struct:clang::format::__anon16161::UnwrappedLineFormatter::StateNode
1082 StateNode *Previous;
1092 /// \brief An item in the prioritized BFS search queue. The \c StateNode's
1094 typedef std::pair<OrderedPenalty, StateNode *> QueueItem;
1110 StateNode *Node =
1111 new (Allocator.Allocate()) StateNode(InitialState, false, NULL);
1118 StateNode *Node = Queue.top().second;
1149 void reconstructPath(LineState &State, StateNode *Curren
[all...]

Completed in 84 milliseconds