Lines Matching refs:Commit

25 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {  in getFileLocation()
32 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange()
37 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange()
44 Commit::Commit(EditedSource &Editor) in Commit() function in Commit
49 bool Commit::insert(SourceLocation loc, StringRef text, in insert()
65 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange()
92 bool Commit::remove(CharSourceRange range) { in remove()
104 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap()
117 bool Commit::replace(CharSourceRange range, StringRef text) { in replace()
133 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner()
166 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText()
183 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert()
197 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, in addInsertFromRange()
213 void Commit::addRemove(SourceLocation OrigLoc, in addRemove()
226 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert()
250 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, in canInsertAfterToken()
284 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
297 bool Commit::canRemoveRange(CharSourceRange range, in canRemoveRange()
324 bool Commit::canReplaceText(SourceLocation loc, StringRef text, in canReplaceText()
341 bool Commit::isAtStartOfMacroExpansion(SourceLocation loc, in isAtStartOfMacroExpansion()
346 bool Commit::isAtEndOfMacroExpansion(SourceLocation loc, in isAtEndOfMacroExpansion()