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

References

tools/clang/include/clang/AST/StmtObjC.h
  344   const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); }
  345   Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); }
  346   void setThrowExpr(Stmt *S) { Throw = S; }
  353     return Throw ? Throw->getEndLoc() : AtThrowLoc;
  353     return Throw ? Throw->getEndLoc() : AtThrowLoc;
  360   child_range children() { return child_range(&Throw, &Throw+1); }
  360   child_range children() { return child_range(&Throw, &Throw+1); }
  363     return const_child_range(&Throw, &Throw + 1);
  363     return const_child_range(&Throw, &Throw + 1);