Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1217 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() argument
1219 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
1221 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
1225 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()