HomeSort by: relevance | last modified time | path
    Searched refs:removeStmt (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 76 TA.removeStmt(ME);
84 Pass.TA.removeStmt(POE);
93 Pass.TA.removeStmt(BOE);
TransAutoreleasePool.cpp 115 Pass.TA.removeStmt(info.Dcl);
127 Pass.TA.removeStmt(*scope.End);
157 Pass.TA.removeStmt(*relI);
TransformActions.cpp 136 void removeStmt(Stmt *S);
312 void TransformActionsImpl::removeStmt(Stmt *S) {
355 removeStmt(S);
642 void TransformActions::removeStmt(Stmt *S) {
643 static_cast<TransformActionsImpl*>(Impl)->removeStmt(S);
Internals.h 66 void removeStmt(Stmt *S);
TransEmptyStatementsAndDealloc.cpp 177 Pass.TA.removeStmt(S);
TransRetainReleaseDealloc.cpp 428 Pass.TA.removeStmt(E);
TransUnbridgedCasts.cpp 328 Pass.TA.removeStmt(E);

Completed in 66 milliseconds