Home | History | Annotate | Download | only in Sema

Lines Matching refs:RetExpr

3008                                             Expr *&RetExpr,
3013 if (RetExpr && isa<InitListExpr>(RetExpr)) {
3016 Diag(RetExpr->getExprLoc(),
3019 << RetExpr->getSourceRange();
3032 if (RetExpr) {
3035 RetExpr, Deduced);
3038 Diag(RetExpr->getExprLoc(), diag::err_auto_fn_deduction_failure)
3039 << OrigResultType.getType() << RetExpr->getType();
3047 Referencer.TraverseType(RetExpr->getType());