Searched refs:Inserts (Results 1 – 7 of 7) sorted by relevance
109 InsertsMap Inserts; member in __anonb22c52370111::TransformActionsImpl516 Inserts[FullSourceLoc(loc, SM)].push_back(text); in addInsertion()524 Inserts.erase(Inserts.upper_bound(newRange.Begin), in addRemoval()525 Inserts.lower_bound(newRange.End)); in addRemoval()558 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites()
3 ; Inserts and extracts with variable indices must be lowered
264 ; to the alloca think they were also dynamic. Inserts and extracts created to
6011 Inserts, PrevInserts, PrevReplaces: IList<IRewriteOperation>;6024 Inserts := GetKindOfOps(Rewrites, IInsertBeforeOp, I);6025 for J := 0 to Inserts.Count - 1 do6027 IOp := Inserts[J] as IInsertBeforeOp;
269 * overlapping replaces that are not completed nested). Inserts to
512 * overlapping replaces that are not completed nested). Inserts to
1940 pb->getInstList().insert(pi, newInst); // Inserts newInst before pi in pb