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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp678 struct StateNode { struct in class:clang::format::__anon3275::UnwrappedLineFormatter
679 StateNode(const LineState &State, bool NewLine, StateNode *Previous) function in struct:clang::format::__anon3275::UnwrappedLineFormatter::StateNode
683 StateNode *Previous;
693 /// \brief An item in the prioritized BFS search queue. The \c StateNode's
695 typedef std::pair<OrderedPenalty, StateNode *> QueueItem;
824 // Increasing count of \c StateNode items we have created. This is used to
830 StateNode *Node =
831 new (Allocator.Allocate()) StateNode(InitialState, false, NULL);
840 StateNode *Nod
[all...]

Completed in 110 milliseconds