Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp60 addInsert(loc, Offs, text, beforePreviousInsertions); in insert()
128 addInsert(range.getBegin(), Offs, text, false); in replace()
178 addInsert(loc, Offs, text, false); in replaceText()
182 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert() function in Commit
/openbsd/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h125 void addInsert(SourceLocation OrigLoc,