Lines Matching defs:text
284 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { in insert()
294 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken()
322 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace()
339 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText()
351 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
418 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText()
437 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert()
442 StringRef text) { in commitInsertAfterToken()
481 StringRef text, in commitReplaceText()
506 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion()
584 StringRef TransformActionsImpl::getUniqueText(StringRef text) { in getUniqueText()
629 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert()
634 StringRef text) { in insertAfterToken()
646 void TransformActions::replace(SourceRange range, StringRef text) { in replace()
655 void TransformActions::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
659 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText()