Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1058 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() argument
1060 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
1062 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
1066 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()