Searched refs:beforePreviousInsertions (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Commit.h | 71 bool beforePreviousInsertions = false); 74 bool beforePreviousInsertions = false) { 75 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions); 85 bool beforePreviousInsertions = false); 97 bool beforePreviousInsertions = false) { 99 afterToken, beforePreviousInsertions); 126 FileOffset Offs, StringRef text, bool beforePreviousInsertions); 129 bool beforePreviousInsertions); 141 bool beforePreviousInsertions);
|
| H A D | EditedSource.h | 96 bool beforePreviousInsertions); 99 bool beforePreviousInsertions);
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | Commit.cpp | 48 bool afterToken, bool beforePreviousInsertions) { in insert() argument 59 addInsert(loc, Offs, text, beforePreviousInsertions); in insert() 65 bool afterToken, bool beforePreviousInsertions) { in insertFromRange() argument 86 addInsertFromRange(loc, Offs, RangeOffs, RangeLen, beforePreviousInsertions); in insertFromRange() 182 bool beforePreviousInsertions) { in addInsert() argument 191 data.BeforePrev = beforePreviousInsertions; in addInsert() 197 bool beforePreviousInsertions) { in addInsertFromRange() argument 207 data.BeforePrev = beforePreviousInsertions; in addInsertFromRange()
|
| H A D | EditedSource.cpp | 111 bool beforePreviousInsertions) { in commitInsert() argument 131 if (beforePreviousInsertions) in commitInsert() 142 bool beforePreviousInsertions) { in commitInsertFromRange() argument 194 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange()
|