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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp691 typedef std::pair<unsigned, unsigned> OrderedPenalty; typedef in class:clang::format::__anon3275::UnwrappedLineFormatter
694 /// \c State has the given \c OrderedPenalty.
695 typedef std::pair<OrderedPenalty, StateNode *> QueueItem;
832 Queue.push(QueueItem(OrderedPenalty(0, Count), Node));
921 Queue->push(QueueItem(OrderedPenalty(Penalty, *Count), Node));

Completed in 98 milliseconds