Lines Matching refs:Commit

19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {  in getFileLocation()
26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange()
31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange()
38 Commit::Commit(EditedSource &Editor) in Commit() function in Commit
43 bool Commit::insert(SourceLocation loc, StringRef text, in insert()
59 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange()
86 bool Commit::remove(CharSourceRange range) { in remove()
98 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap()
111 bool Commit::replace(CharSourceRange range, StringRef text) { in replace()
127 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner()
160 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText()
177 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert()
191 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, in addInsertFromRange()
207 void Commit::addRemove(SourceLocation OrigLoc, in addRemove()
220 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert()
245 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, in canInsertAfterToken()
280 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
295 bool Commit::canRemoveRange(CharSourceRange range, in canRemoveRange()
322 bool Commit::canReplaceText(SourceLocation loc, StringRef text, in canReplaceText()
339 bool Commit::isAtStartOfMacroExpansion(SourceLocation loc, in isAtStartOfMacroExpansion()
343 bool Commit::isAtEndOfMacroExpansion(SourceLocation loc, in isAtEndOfMacroExpansion()