Searched refs:commitInsert (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 111 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert() function in EditedSource 196 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange() 297 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev); in commit()
|
/freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 95 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
|
H A D | Commit.h | 140 void commitInsert(FileOffset offset, StringRef text,
|