Lines Matching refs:Commit

24 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {  in getFileLocation()
31 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange()
36 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange()
43 Commit::Commit(EditedSource &Editor) in Commit() function in Commit
48 bool Commit::insert(SourceLocation loc, StringRef text, in insert()
64 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange()
91 bool Commit::remove(CharSourceRange range) { in remove()
103 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap()
116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace()
132 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner()
165 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText()
182 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert()
196 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, in addInsertFromRange()
212 void Commit::addRemove(SourceLocation OrigLoc, in addRemove()
225 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert()
249 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, in canInsertAfterToken()
283 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
296 bool Commit::canRemoveRange(CharSourceRange range, in canRemoveRange()
323 bool Commit::canReplaceText(SourceLocation loc, StringRef text, in canReplaceText()
340 bool Commit::isAtStartOfMacroExpansion(SourceLocation loc, in isAtStartOfMacroExpansion()
345 bool Commit::isAtEndOfMacroExpansion(SourceLocation loc, in isAtEndOfMacroExpansion()