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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp905 /// Assume the current state is \p PreviousNode and has been reached with a
907 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, argument
909 if (NewLine && !Indenter->canBreak(PreviousNode->State))
911 if (!NewLine && Indenter->mustBreak(PreviousNode->State))
915 StateNode(PreviousNode->State, NewLine, PreviousNode);

Completed in 108 milliseconds