Lines Matching refs:ReplaceChildren
327 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure
481 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
1158 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
1303 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure
1332 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure
1416 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
2045 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
2279 procedure TBaseTree.ReplaceChildren(const StartChildIndex, procedure
2979 procedure TCommonTreeAdaptor.ReplaceChildren(const Parent: IANTLRInterface; procedure
2983 (Parent as ITree).ReplaceChildren(StartChildIndex, StopChildIndex, T);
3230 procedure TCommonTreeNodeStream.ReplaceChildren(const Parent: IANTLRInterface; procedure
3234 FAdaptor.ReplaceChildren(Parent, StartChildIndex, StopChildIndex, T);
4779 procedure TUnBufferedTreeNodeStream.ReplaceChildren( procedure