Searched defs:getThrowExpr (Results 1 – 5 of 5) sorted by relevance
325 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function326 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
370 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function371 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
369 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function370 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function