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

References

tools/clang/include/clang/AST/StmtObjC.h
  214   unsigned getNumCatchStmts() const { return NumCatchStmts; }
  218     assert(I < NumCatchStmts && "Out-of-bounds @catch index");
  224     assert(I < NumCatchStmts && "Out-of-bounds @catch index");
  230     assert(I < NumCatchStmts && "Out-of-bounds @catch index");
  239     return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
  245     return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
  249     getStmts()[1 + NumCatchStmts] = S;
  261                        getStmts() + 1 + NumCatchStmts + HasFinally);
tools/clang/lib/AST/StmtObjC.cpp
   69   if (NumCatchStmts)
   70     return getCatchStmt(NumCatchStmts - 1)->getEndLoc();