Searched defs:beforePreviousInsertions (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Edit/ |
H A D | Commit.cpp | 44 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 D | EditedSource.cpp | 55 bool beforePreviousInsertions) { 75 if (beforePreviousInsertions) 86 bool beforePreviousInsertions) { 138 return commitInsert(OrigLoc, Offs, StrVec.str(), beforePreviousInsertions); 53 commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument 83 commitInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, FileOffset InsertFromRangeOffs, unsigned Len, bool beforePreviousInsertions) argument
|
Completed in 74 milliseconds