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

/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp142 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()),
H A DTransEmptyStatementsAndDealloc.cpp234 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc");
H A DTransformActions.cpp140 void replaceText(SourceLocation loc, StringRef text,
339 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, function in class:TransformActionsImpl
659 void TransformActions::replaceText(SourceLocation loc, StringRef text, function in class:TransformActions
661 static_cast<TransformActionsImpl*>(Impl)->replaceText(loc, text,
H A DInternals.h70 void replaceText(SourceLocation loc, StringRef text,
H A DTransGCAttrs.cpp208 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained");
H A DTransforms.cpp424 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
/openbsd-current/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h92 bool replaceText(SourceLocation loc, StringRef text,
/openbsd-current/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp165 bool Commit::replaceText(SourceLocation loc, StringRef text, function in class:Commit

Completed in 198 milliseconds