Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ThrowExpr

3474   if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) {
3475 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false);