Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1159 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() argument
1161 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()
/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;