Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas327 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, argument
481 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
1158 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
1303 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, argument
1332 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, argument
1416 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
2045 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
2279 procedure TBaseTree.ReplaceChildren(const StartChildIndex,
2290 ReplacingHowMany := StopChildIndex - StartChildIndex + 1;
[all …]