Lines Matching refs:ChildIndex
479 /// children to set their childindex; could be slow.
498 property ChildIndex: Integer read GetChildIndex write SetChildIndex;
581 property ChildIndex: Integer read GetChildIndex write SetChildIndex;
907 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
1726 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
1777 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
1793 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
1828 procedure _Visit(const T, Parent: IANTLRInterface; const ChildIndex,
2156 C.ChildIndex := FChildren.Count - 1;
2176 ChildTree.ChildIndex := FChildren.Count - 1;
2221 Child.ChildIndex := C;
2315 Child.ChildIndex := I;
2399 T.ChildIndex := I;
2856 R.ChildIndex := -1;
2926 Result := (T as ITree).ChildIndex;
2989 (T as ITree).ChildIndex := Index;
4228 procedure TTreeWizard._Visit(const T, Parent: IANTLRInterface; const ChildIndex,
4236 Visitor.Visit(T, Parent, ChildIndex, nil);
4391 const ChildIndex: Integer;
4424 Parent: IANTLRInterface; const ChildIndex: Integer;
4445 Parent: IANTLRInterface; const ChildIndex: Integer;
4451 FVisitor.Visit(T, Parent, ChildIndex, FLabels);