Home
last modified time | relevance | path

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

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