Searched defs:beforePreviousInsertions (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Edit/
H A DCommit.cpp44 bool afterToken, bool beforePreviousInsertions) {
55 addInsert(loc, Offs, text, beforePreviousInsertions);
61 bool afterToken, bool beforePreviousInsertions) {
82 addInsertFromRange(loc, Offs, RangeOffs, RangeLen, beforePreviousInsertions);
101 /*beforePreviousInsertions=*/true);
178 bool beforePreviousInsertions) {
187 data.BeforePrev = beforePreviousInsertions;
193 bool beforePreviousInsertions) {
203 data.BeforePrev = beforePreviousInsertions;
43 insert(SourceLocation loc, StringRef text, bool afterToken, bool beforePreviousInsertions) argument
59 insertFromRange(SourceLocation loc, CharSourceRange range, bool afterToken, bool beforePreviousInsertions) argument
177 addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument
191 addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, FileOffset RangeOffs, unsigned RangeLen, bool beforePreviousInsertions) argument
H A DEditedSource.cpp97 bool beforePreviousInsertions) {
117 if (beforePreviousInsertions)
128 bool beforePreviousInsertions) {
180 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions);
95 commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument
125 commitInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, FileOffset InsertFromRangeOffs, unsigned Len, bool beforePreviousInsertions) argument

Completed in 85 milliseconds