Searched defs:removeStmt (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/ARCMigrate/ | ||
H A D | TransformActions.cpp | 137 void removeStmt(Stmt *S); 313 void TransformActionsImpl::removeStmt(Stmt *S) { function in class:TransformActionsImpl 354 removeStmt(S); 636 void TransformActions::removeStmt(Stmt *S) { function in class:TransformActions 637 static_cast<TransformActionsImpl*>(Impl)->removeStmt(S); |
Completed in 82 milliseconds