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

Lines Matching full:inserts

2747     /// overlapping replaces that are not completed nested).  Inserts to
2774 /// Then we can deal with inserts:
2776 /// 1. for any inserts to same index, combine even if not adjacent.
6011 Inserts, PrevInserts, PrevReplaces: IList<IRewriteOperation>;
6023 // Wipe prior inserts within range
6024 Inserts := GetKindOfOps(Rewrites, IInsertBeforeOp, I);
6025 for J := 0 to Inserts.Count - 1 do
6027 IOp := Inserts[J] as IInsertBeforeOp;
6055 // WALK INSERTS
6254 // should be included (they will be inserts).