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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp660 struct StateNode { struct in class:clang::format::__anon3865::OptimizingLineFormatter
661 StateNode(const LineState &State, bool NewLine, StateNode *Previous) function in struct:clang::format::__anon3865::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 97 milliseconds