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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1930   ObjCAtFinallyStmt *finalStmt = S->getFinallyStmt();
 1931   bool noCatch = S->getNumCatchStmts() == 0;
 1933   SourceLocation TryLocation = S->getAtTryLoc();
 1944   SourceLocation startLoc = S->getBeginLoc();
 1954   for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) {
 1955     ObjCAtCatchStmt *Catch = S->getCatchStmt(I);
 2024     WarnAboutReturnGotoStmts(S->getTryBody());