HomeSort by: relevance | last modified time | path
    Searched defs:replaceStmt (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransformActions.cpp 139 void replaceStmt(Stmt *S, StringRef text);
351 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) {
655 void TransformActions::replaceStmt(Stmt *S, StringRef text) {
656 static_cast<TransformActionsImpl*>(Impl)->replaceStmt(S, text);

Completed in 16 milliseconds