Searched defs:getThrowExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtObjC.h323 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } function in class:clang::ObjCAtThrowStmt
324 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } function in class:clang::ObjCAtThrowStmt

Completed in 49 milliseconds