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);
536 Removals.insert(I, newRange);
552 Removals.insert(Removals.begin(), newRange);
561 receiver.insert(loc, *TI);
583 return UniqueText.insert(std::make_pair(text, false)).first->first();
623 void TransformActions::insert(SourceLocation loc, StringRef text) {
624 static_cast<TransformActionsImpl*>(Impl)->insert(loc, text);