Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DTransformActions.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()
DTransBlockObjCVariable.cpp142 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()), in traverseBody()
DInternals.h70 void replaceText(SourceLocation loc, StringRef text,
DTransEmptyStatementsAndDealloc.cpp234 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc"); in cleanupDeallocOrFinalize()
DTransGCAttrs.cpp208 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained"); in checkWeakGCAttrs()
DTransforms.cpp424 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
/openbsd/src/gnu/llvm/clang/include/clang/Edit/
DCommit.h92 bool replaceText(SourceLocation loc, StringRef text,
/openbsd/src/gnu/llvm/clang/lib/Edit/
DCommit.cpp165 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText() function in Commit