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 65 void removeStmt(Stmt *S);
TransformActions.cpp 137 void removeStmt(Stmt *S);
313 void TransformActionsImpl::removeStmt(Stmt *S) {
354 removeStmt(S);
637 void TransformActions::removeStmt(Stmt *S) {
638 static_cast<TransformActionsImpl*>(Impl)->removeStmt(S);
TransEmptyStatementsAndDealloc.cpp 181 Pass.TA.removeStmt(S);
TransRetainReleaseDealloc.cpp 434 Pass.TA.removeStmt(E);
TransUnbridgedCasts.cpp 331 Pass.TA.removeStmt(E);

Completed in 74 milliseconds