Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp141 void replaceText(SourceLocation loc, StringRef text,
338 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText() function in TransformActionsImpl
658 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText() function in TransformActions
660 static_cast<TransformActionsImpl*>(Impl)->replaceText(loc, text, in replaceText()
H A DTransBlockObjCVariable.cpp143 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()), in traverseBody()
H A DInternals.h69 void replaceText(SourceLocation loc, StringRef text,
H A DTransEmptyStatementsAndDealloc.cpp236 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc"); in cleanupDeallocOrFinalize()
H A DTransGCAttrs.cpp206 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained"); in checkWeakGCAttrs()
H A DTransforms.cpp425 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h93 bool replaceText(SourceLocation loc, StringRef text,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp166 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText() function in Commit