Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp61 addInsert(loc, Offs, text, beforePreviousInsertions); in insert()
129 addInsert(range.getBegin(), Offs, text, false); in replace()
179 addInsert(loc, Offs, text, false); in replaceText()
183 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert() function in Commit
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h126 void addInsert(SourceLocation OrigLoc,