reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1824   for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) {
 1824   for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) {
 1825     ObjCAtCatchStmt *Catch = S->getCatchStmt(I);
 1828     if (I == 0)