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

References

tools/clang/lib/AST/StmtObjC.cpp
   70     return getCatchStmt(NumCatchStmts - 1)->getEndLoc();
tools/clang/lib/CodeGen/CGObjCMac.cpp
 4605       const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I);
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  166       const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I);