HomeSort by relevance Sort by last modified time
    Searched refs:removeStmt (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 77 TA.removeStmt(ME);
85 Pass.TA.removeStmt(POE);
94 Pass.TA.removeStmt(BOE);
TransAutoreleasePool.cpp 116 Pass.TA.removeStmt(info.Dcl);
128 Pass.TA.removeStmt(*scope.End);
158 Pass.TA.removeStmt(*relI);
Internals.h 66 void removeStmt(Stmt *S);
TransformActions.cpp 137 void removeStmt(Stmt *S);
313 void TransformActionsImpl::removeStmt(Stmt *S) {
354 removeStmt(S);
638 void TransformActions::removeStmt(Stmt *S) {
639 static_cast<TransformActionsImpl*>(Impl)->removeStmt(S);
TransEmptyStatementsAndDealloc.cpp 183 Pass.TA.removeStmt(S);
TransRetainReleaseDealloc.cpp 434 Pass.TA.removeStmt(E);
TransUnbridgedCasts.cpp 323 Pass.TA.removeStmt(E);

Completed in 538 milliseconds