Lines Matching +defs:loc +defs:message
284 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { in insert()
294 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken()
339 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText()
383 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert()
396 bool TransformActionsImpl::canInsertAfterToken(SourceLocation loc) { in canInsertAfterToken()
418 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText()
437 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert()
441 void TransformActionsImpl::commitInsertAfterToken(SourceLocation loc, in commitInsertAfterToken()
480 void TransformActionsImpl::commitReplaceText(SourceLocation loc, in commitReplaceText()
506 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion()
560 SourceLocation loc = I->first; in applyRewrites() local
591 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, in getLocForEndOfToken()
629 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert()
633 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken()
659 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText()
680 DiagnosticBuilder TransformActions::report(SourceLocation loc, unsigned diagId, in report()
687 void TransformActions::reportError(StringRef message, SourceLocation loc, in reportError()
692 void TransformActions::reportWarning(StringRef message, SourceLocation loc, in reportWarning()
697 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote()