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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 73 TA.removeStmt(ME);
81 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 63 void removeStmt(Stmt *S);
TransRetainReleaseDealloc.cpp 188 Pass.TA.removeStmt(E);
TransformActions.cpp 136 void removeStmt(Stmt *S);
312 void TransformActionsImpl::removeStmt(Stmt *S) {
353 removeStmt(S);
637 void TransformActions::removeStmt(Stmt *S) {
638 static_cast<TransformActionsImpl*>(Impl)->removeStmt(S);
TransEmptyStatementsAndDealloc.cpp 154 Pass.TA.removeStmt(S);

Completed in 63 milliseconds