Searched defs:StateNode (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Format/ | ||
H A D | UnwrappedLineFormatter.cpp | 660 struct StateNode { struct in class:clang::format::__anon1354::OptimizingLineFormatter 661 StateNode(const LineState &State, bool NewLine, StateNode *Previous) function in struct:clang::format::__anon1354::OptimizingLineFormatter::StateNode 665 StateNode *Previous; 668 /// \brief An item in the prioritized BFS search queue. The \c StateNode's 670 typedef std::pair<OrderedPenalty, StateNode *> QueueItem; 687 // Increasing count of \c StateNode items we have created. This is used to 693 StateNode *Node = 694 new (Allocator.Allocate()) StateNode(InitialState, false, nullptr); 703 StateNode *Nod [all...] |
Completed in 310 milliseconds