Searched defs:getRetValue (Results 1 – 3 of 3) sorted by relevance
899 const Expr* ReturnStmt::getRetValue() const { in getRetValue() function in ReturnStmt902 Expr* ReturnStmt::getRetValue() { in getRetValue() function in ReturnStmt
718 Operand *getRetValue() const { in getRetValue() function
2760 Expr *getRetValue() { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function2761 const Expr *getRetValue() const { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function