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

References

tools/clang/include/clang/AST/StmtObjC.h
   93   const Stmt *getCatchBody() const { return Body; }
   94   Stmt *getCatchBody() { return Body; }
   95   void setCatchBody(Stmt *S) { Body = S; }
  111   SourceLocation getEndLoc() const LLVM_READONLY { return Body->getEndLoc(); }
  119   child_range children() { return child_range(&Body, &Body + 1); }
  119   child_range children() { return child_range(&Body, &Body + 1); }
  122     return const_child_range(&Body, &Body + 1);
  122     return const_child_range(&Body, &Body + 1);