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.cpp148 SmallString<128> StrVec; in commitInsertFromRange() local
182 StrVec += text; in commitInsertFromRange()
184 StrVec += FA.Text; in commitInsertFromRange()
193 StrVec += text; in commitInsertFromRange()
196 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange()
411 SmallString<128> StrVec; in applyRewrites() local
420 StrVec = I->second.Text; in applyRewrites()
431 StrVec += act.Text; in applyRewrites()
437 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
440 StrVec = act.Text; in applyRewrites()
[all …]