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

Lines Matching defs:SanityCheckParentAndChildIndexes

561     procedure SanityCheckParentAndChildIndexes; overload;
562 procedure SanityCheckParentAndChildIndexes(const Parent: ITree;
1166 procedure SanityCheckParentAndChildIndexes; overload; virtual;
1167 procedure SanityCheckParentAndChildIndexes(const Parent: ITree;
2357 procedure TBaseTree.SanityCheckParentAndChildIndexes;
2359 SanityCheckParentAndChildIndexes(nil, -1);
2362 procedure TBaseTree.SanityCheckParentAndChildIndexes(const Parent: ITree;
2380 Child.SanityCheckParentAndChildIndexes(Self, C);