Searched refs:Inserts (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp108 InsertsMap Inserts; member in class:__anon293::TransformActionsImpl
516 Inserts[FullSourceLoc(loc, SM)].push_back(text);
524 Inserts.erase(Inserts.upper_bound(newRange.Begin),
525 Inserts.lower_bound(newRange.End));
559 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) {

Completed in 326 milliseconds