Searched refs:beforePreviousInsertions (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/ |
H A D | Commit.cpp | 49 bool afterToken, bool beforePreviousInsertions) { in insert() argument 60 addInsert(loc, Offs, text, beforePreviousInsertions); in insert() 66 bool afterToken, bool beforePreviousInsertions) { in insertFromRange() argument 87 addInsertFromRange(loc, Offs, RangeOffs, RangeLen, beforePreviousInsertions); in insertFromRange() 183 bool beforePreviousInsertions) { in addInsert() argument 192 data.BeforePrev = beforePreviousInsertions; in addInsert() 198 bool beforePreviousInsertions) { in addInsertFromRange() argument 208 data.BeforePrev = beforePreviousInsertions; in addInsertFromRange()
|
H A D | EditedSource.cpp | 113 bool beforePreviousInsertions) { in commitInsert() argument 133 if (beforePreviousInsertions) in commitInsert() 144 bool beforePreviousInsertions) { in commitInsertFromRange() argument 196 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange()
|