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

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

Completed in 185 milliseconds