Home
last modified time | relevance | path

Searched refs:replaceStmt (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp127 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {"); in ~AutoreleasePoolRewriter()
142 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {"); in ~AutoreleasePoolRewriter()
143 Pass.TA.replaceStmt(*scope.End, "}"); in ~AutoreleasePoolRewriter()
H A DTransformActions.cpp140 void replaceStmt(Stmt *S, StringRef text);
350 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) { in replaceStmt() function in TransformActionsImpl
654 void TransformActions::replaceStmt(Stmt *S, StringRef text) { in replaceStmt() function in TransformActions
655 static_cast<TransformActionsImpl*>(Impl)->replaceStmt(S, text); in replaceStmt()
H A DInternals.h68 void replaceStmt(Stmt *S, StringRef text);