Home
last modified time | relevance | path

Searched refs:beforePreviousInsertions (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DCommit.h71 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 DEditedSource.h96 bool beforePreviousInsertions);
99 bool beforePreviousInsertions);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DCommit.cpp49 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 DEditedSource.cpp113 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()