Home
last modified time | relevance | path

Searched defs:replaceText (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransformActions.cpp339 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
/openbsd/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp165 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText() function in Commit