Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransformActions.cpp141 void replaceText(SourceLocation loc, StringRef text,
338 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText() function in TransformActionsImpl
654 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText() function in TransformActions
656 static_cast<TransformActionsImpl*>(Impl)->replaceText(loc, text, in replaceText()
HDTransBlockObjCVariable.cpp143 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()), in traverseBody()
HDInternals.h69 void replaceText(SourceLocation loc, StringRef text,
HDTransEmptyStatementsAndDealloc.cpp238 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc"); in cleanupDeallocOrFinalize()
HDTransGCAttrs.cpp213 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained"); in checkWeakGCAttrs()
HDTransforms.cpp432 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
/NextBSD/contrib/llvm/tools/clang/include/clang/Edit/
HDCommit.h86 bool replaceText(SourceLocation loc, StringRef text,
/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDCommit.cpp160 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText() function in Commit