Home | History | Annotate | Download | only in Sema

Lines Matching refs:ReturnStmt

1370     void VisitReturnStmt(ReturnStmt *S) {
2948 ReturnStmt *Result = new (Context) ReturnStmt(ReturnLoc, RetValExp,
3105 const_cast<VarDecl*>(cast<ReturnStmt>(R.get())->getNRVOCandidate())) {
3167 ReturnStmt *Result = nullptr;
3243 Result = new (Context) ReturnStmt(ReturnLoc, RetValExp, nullptr);
3265 Result = new (Context) ReturnStmt(ReturnLoc);
3318 Result = new (Context) ReturnStmt(ReturnLoc, RetValExp, NRVOCandidate);