Searched refs:PreviousNode (Results 1 – 2 of 2) sorted by relevance
747 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() argument749 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()
1902 property PreviousNode: IANTLRInterface read GetPreviousNode write SetPreviousNode; property4716 State.PreviousNode := FPreviousNode;4806 FPreviousNode := State.PreviousNode;