Home
last modified time | relevance | path

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

/external/clang/include/clang/Edit/
DCommit.h65 bool beforePreviousInsertions = false);
67 bool beforePreviousInsertions = false) {
68 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
76 bool beforePreviousInsertions = false);
88 bool beforePreviousInsertions = false) {
90 afterToken, beforePreviousInsertions);
112 FileOffset Offs, StringRef text, bool beforePreviousInsertions);
115 bool beforePreviousInsertions);
127 bool beforePreviousInsertions);
DEditedSource.h72 bool beforePreviousInsertions);
75 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.cpp54 bool beforePreviousInsertions) { in commitInsert() argument
75 if (beforePreviousInsertions) in commitInsert()
87 bool beforePreviousInsertions) { in commitInsertFromRange() argument
139 return commitInsert(OrigLoc, Offs, StrVec.str(), beforePreviousInsertions); in commitInsertFromRange()