Home
last modified time | relevance | path

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

/external/clang/include/clang/Edit/
DCommit.h68 bool beforePreviousInsertions = false);
70 bool beforePreviousInsertions = false) {
71 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
79 bool beforePreviousInsertions = false);
91 bool beforePreviousInsertions = false) {
93 afterToken, beforePreviousInsertions);
115 FileOffset Offs, StringRef text, bool beforePreviousInsertions);
118 bool beforePreviousInsertions);
130 bool beforePreviousInsertions);
DEditedSource.h76 bool beforePreviousInsertions);
79 bool beforePreviousInsertions);
/external/clang/lib/Edit/
DCommit.cpp44 bool afterToken, bool beforePreviousInsertions) { in insert() argument
55 addInsert(loc, Offs, text, beforePreviousInsertions); in insert()
61 bool afterToken, bool beforePreviousInsertions) { in insertFromRange() argument
82 addInsertFromRange(loc, Offs, RangeOffs, RangeLen, beforePreviousInsertions); in insertFromRange()
178 bool beforePreviousInsertions) { in addInsert() argument
187 data.BeforePrev = beforePreviousInsertions; in addInsert()
193 bool beforePreviousInsertions) { in addInsertFromRange() argument
203 data.BeforePrev = beforePreviousInsertions; in addInsertFromRange()
DEditedSource.cpp97 bool beforePreviousInsertions) { in commitInsert() argument
117 if (beforePreviousInsertions) in commitInsert()
128 bool beforePreviousInsertions) { in commitInsertFromRange() argument
180 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange()