Lines Matching +defs:loc +defs:message

285 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) {  in insert()
295 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken()
338 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText()
382 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert()
395 bool TransformActionsImpl::canInsertAfterToken(SourceLocation loc) { in canInsertAfterToken()
417 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText()
436 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert()
440 void TransformActionsImpl::commitInsertAfterToken(SourceLocation loc, in commitInsertAfterToken()
479 void TransformActionsImpl::commitReplaceText(SourceLocation loc, in commitReplaceText()
505 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion()
558 SourceLocation loc = I->first; in applyRewrites() local
589 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, in getLocForEndOfToken()
623 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert()
627 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken()
653 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText()
674 DiagnosticBuilder TransformActions::report(SourceLocation loc, unsigned diagId, in report()
681 void TransformActions::reportError(StringRef message, SourceLocation loc, in reportError()
686 void TransformActions::reportWarning(StringRef message, SourceLocation loc, in reportWarning()
691 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote()