Searched refs:getRetValue (Results 1 – 16 of 16) sorted by relevance
37 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
38 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
113 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
237 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
444 const Expr *RetE = S->getRetValue(); in checkPreStmt()
622 const Expr *retExpr = S->getRetValue(); in checkPreStmt()
309 if ((retS->getRetValue() == 0 || in handlePoolScope()310 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
724 const Expr* ReturnStmt::getRetValue() const { in getRetValue() function in ReturnStmt727 Expr* ReturnStmt::getRetValue() { in getRetValue() function in ReturnStmt
329 if (Node->getRetValue()) { in VisitReturnStmt()331 PrintExpr(Node->getRetValue()); in VisitReturnStmt()
68 return RS->getRetValue(); in GetRetValExpr()
2932 const Expr* RetE = S->getRetValue(); in evalReturn()
2840 if (const Expr *RetE = RS->getRetValue()) { in VisitReturnStmt()
1186 const Expr *getRetValue() const;1187 Expr *getRetValue();
739 const Expr *RV = S.getRetValue(); in EmitReturnStmt()
195 Writer.AddStmt(S->getRetValue()); in VisitReturnStmt()
5246 ExprResult Result = getDerived().TransformExpr(S->getRetValue()); in TransformReturnStmt()