Home | History | Annotate | Download | only in Parse

Lines Matching full:noexceptexpr

2863                     ExprResult &NoexceptExpr) {
2892 NoexceptExpr = ParseConstantExpression();
2895 if (!NoexceptExpr.isInvalid())
2896 NoexceptExpr = Actions.ActOnBooleanCondition(getCurScope(), KeywordLoc,
2897 NoexceptExpr.get());