Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp4283 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4284 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
7141 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7142 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
DCGObjCGNU.cpp2696 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
2697 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
DCGExpr.cpp3265 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
3266 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()