Home | History | Annotate | Download | only in Antlr3.Runtime.Tests

Lines Matching refs:Parent

137         procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
150 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
215 CheckNull(R0.Parent);
239 CheckNull(Root.Parent);
243 Check(C0.Parent = Root);
245 Check(C1.Parent = Root);
247 Check(C2.Parent = Root);
350 CheckNull(Dup.Parent);
368 CheckNull(R0.Parent);
370 Check(C0.Parent = R0);
372 Check(C1.Parent = R0);
374 Check(C2.Parent = R0);
397 CheckNull(Root.Parent);
401 Check(C0.Parent = Root);
403 Check(C1.Parent = Root);
405 Check(C2.Parent = Root);
601 CheckNull(T.Parent);
2091 Parent: IANTLRInterface; const ChildIndex: Integer;
2097 if Assigned(Parent) then
2098 S := S + FAdaptor.GetNodeText(Parent)
2115 Parent: IANTLRInterface; const ChildIndex: Integer;
2121 if Assigned(Parent) then
2122 S := S + FAdaptor.GetNodeText(Parent)