Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp747 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() argument
749 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
751 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
755 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()
/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;