Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:getNumCatchStmts

1957   bool noCatch = S->getNumCatchStmts() == 0;
1980 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) {