Lines Matching defs:loc
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()
559 SourceLocation loc = I->first; in applyRewrites() local
591 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, in getLocForEndOfToken()
625 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert()
629 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken()
655 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText()
676 void TransformActions::reportError(StringRef error, SourceLocation loc, in reportError()
696 void TransformActions::reportWarning(StringRef warning, SourceLocation loc, in reportWarning()
715 void TransformActions::reportNote(StringRef note, SourceLocation loc, in reportNote()