Lines Matching defs:text
285 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { in insert()
295 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken()
321 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace()
338 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText()
350 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
417 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText()
436 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert()
441 StringRef text) { in commitInsertAfterToken()
480 StringRef text, in commitReplaceText()
505 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion()
583 StringRef TransformActionsImpl::getUniqueText(StringRef text) { in getUniqueText()
624 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert()
629 StringRef text) { in insertAfterToken()
641 void TransformActions::replace(SourceRange range, StringRef text) { in replace()
650 void TransformActions::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
654 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText()