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
45 bool Commit::insert(SourceLocation loc, StringRef text, in insert()
61 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange()
88 bool Commit::remove(CharSourceRange range) { in remove()
100 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap()
113 bool Commit::replace(CharSourceRange range, StringRef text) { in replace()
129 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner()
162 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText()
179 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert()
193 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, in addInsertFromRange()
209 void Commit::addRemove(SourceLocation OrigLoc, in addRemove()
222 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert()
247 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, in canInsertAfterToken()
282 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()
345 bool Commit::isAtEndOfMacroExpansion(SourceLocation loc, in isAtEndOfMacroExpansion()