Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getNumCatchStmts

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