Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp149 SmallString<128> StrVec; in commitInsertFromRange() local
183 StrVec += text; in commitInsertFromRange()
185 StrVec += FA.Text; in commitInsertFromRange()
194 StrVec += text; in commitInsertFromRange()
197 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange()
412 SmallString<128> StrVec; in applyRewrites() local
421 StrVec = I->second.Text; in applyRewrites()
432 StrVec += act.Text; in applyRewrites()
438 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
441 StrVec = act.Text; in applyRewrites()
[all …]