Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1239 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() argument
1241 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
1243 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
1247 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()