Home | History | Annotate | Download | only in Edit

Lines Matching full:strvec

132   SmallString<128> StrVec;
166 StrVec += text;
168 StrVec += FA.Text;
177 StrVec += text;
180 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions);
391 SmallString<128> StrVec;
400 StrVec = I->second.Text;
411 StrVec += act.Text;
417 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts);
419 StrVec = act.Text;
424 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts);