Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FilterExpr

1691   const Expr *FilterExpr = Except.getFilterExpr();
1692 startOutlinedSEHHelper(ParentCGF, true, FilterExpr);
1695 llvm::Value *R = EmitScalarExpr(FilterExpr);
1697 FilterExpr->getType()->isSignedIntegerType());
1700 FinishFunction(FilterExpr->getLocEnd());