Searched refs:addInsert (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Edit/ |
D | Commit.cpp | 55 addInsert(loc, Offs, text, beforePreviousInsertions); in insert() 123 addInsert(range.getBegin(), Offs, text, false); in replace() 173 addInsert(loc, Offs, text, false); in replaceText() 177 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert() function in Commit
|
/external/clang/include/clang/Edit/ |
D | Commit.h | 111 void addInsert(SourceLocation OrigLoc,
|