Home
last modified time | relevance | path

Searched refs:StrVec (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp146 SmallString<128> StrVec; in commitInsertFromRange() local
180 StrVec += text; in commitInsertFromRange()
182 StrVec += FA.Text; in commitInsertFromRange()
191 StrVec += text; in commitInsertFromRange()
194 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange()
409 SmallString<128> StrVec; in applyRewrites() local
418 StrVec = I->second.Text; in applyRewrites()
429 StrVec += act.Text; in applyRewrites()
435 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
438 StrVec = act.Text; in applyRewrites()
[all …]