Home
last modified time | relevance | path

Searched refs:replaceText (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransformActions.cpp140 void replaceText(SourceLocation loc, StringRef text,
339 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText() function in TransformActionsImpl
659 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText() function in TransformActions
661 static_cast<TransformActionsImpl*>(Impl)->replaceText(loc, text, in replaceText()
HDTransBlockObjCVariable.cpp142 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()), in traverseBody()
HDInternals.h70 void replaceText(SourceLocation loc, StringRef text,
HDTransEmptyStatementsAndDealloc.cpp234 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc"); in cleanupDeallocOrFinalize()
HDTransGCAttrs.cpp208 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained"); in checkWeakGCAttrs()
HDTransforms.cpp425 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
HDCommit.h92 bool replaceText(SourceLocation loc, StringRef text,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
HDCommit.cpp165 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText() function in Commit