Home | History | Annotate | Download | only in ARCMigrate

Lines Matching defs:insert

134   void insert(SourceLocation loc, StringRef text);
285 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) {
325 insert(range.getBegin(), text);
353 insert(S->getLocStart(), text);
460 StmtRemovals.insert(S);
537 Removals.insert(I, newRange);
553 Removals.insert(Removals.begin(), newRange);
562 receiver.insert(loc, *TI);
625 void TransformActions::insert(SourceLocation loc, StringRef text) {
626 static_cast<TransformActionsImpl*>(Impl)->insert(loc, text);