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

References

tools/clang/lib/AST/ASTImporter.cpp
 6115     ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI);
tools/clang/lib/AST/StmtPrinter.cpp
  512     ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I);
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1955     ObjCAtCatchStmt *Catch = S->getCatchStmt(I);
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1825     ObjCAtCatchStmt *Catch = S->getCatchStmt(I);
tools/clang/lib/Sema/JumpDiagnostics.cpp
  470       ObjCAtCatchStmt *AC = AT->getCatchStmt(I);
tools/clang/lib/Sema/TreeTransform.h
 7376     StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I));
 7379     if (Catch.get() != S->getCatchStmt(I))
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1280     Record.AddStmt(S->getCatchStmt(I));