Home | History | Annotate | Download | only in AST

Lines Matching refs:RetExpr

3203     const Expr *RetExpr = cast<ReturnStmt>(S)->getRetValue();
3205 if (RetExpr && !Evaluate(Result, Info, RetExpr))