Searched refs:PreviousNode (Results 1 – 2 of 2) sorted by relevance
1159 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() argument1161 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()1163 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()1167 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()
1902 property PreviousNode: IANTLRInterface read GetPreviousNode write SetPreviousNode; property4716 State.PreviousNode := FPreviousNode;4806 FPreviousNode := State.PreviousNode;