Home
last modified time | relevance | path

Searched defs:ThrowExpr (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCMac.cpp4063 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
6947 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
DCGObjCGNU.cpp2669 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
DCGExpr.cpp2845 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local