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

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp140 void replaceStmt(Stmt *S, StringRef text);
350 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) { function in class:TransformActionsImpl
651 void TransformActions::replaceStmt(Stmt *S, StringRef text) { function in class:TransformActions
652 static_cast<TransformActionsImpl*>(Impl)->replaceStmt(S, text);

Completed in 1238 milliseconds