Searched refs:addInsert (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/ |
| H A D | Commit.cpp | 61 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 D | Commit.h | 126 void addInsert(SourceLocation OrigLoc,
|