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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp126 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
141 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
142 Pass.TA.replaceStmt(*scope.End, "}");
H A DInternals.h67 void replaceStmt(Stmt *S, StringRef text);
H A DTransformActions.cpp139 void replaceStmt(Stmt *S, StringRef text);
351 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) { function in class:TransformActionsImpl
655 void TransformActions::replaceStmt(Stmt *S, StringRef text) { function in class:TransformActions
656 static_cast<TransformActionsImpl*>(Impl)->replaceStmt(S, text);

Completed in 95 milliseconds