Searched defs:removeStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp137 void removeStmt(Stmt *S);
313 void TransformActionsImpl::removeStmt(Stmt *S) { function in class:TransformActionsImpl
354 removeStmt(S);
638 void TransformActions::removeStmt(Stmt *S) { function in class:TransformActions
639 static_cast<TransformActionsImpl*>(Impl)->removeStmt(S);

Completed in 185 milliseconds