Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp653 StateNode *PreviousNode, in addNextStateToQueue() argument
656 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
658 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
662 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()
DUnwrappedLineFormatter.h131 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode,
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1902 property PreviousNode: IANTLRInterface read GetPreviousNode write SetPreviousNode; property
4716 State.PreviousNode := FPreviousNode;
4806 FPreviousNode := State.PreviousNode;