Searched defs:ReturnStmt (Results 1 – 3 of 3) sorted by relevance
39 class ReturnStmt; variable
1350 explicit ReturnStmt(SourceLocation RL) : ReturnStmt(RL, nullptr, nullptr) {} in ReturnStmt() function1352 ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) in ReturnStmt() function1357 explicit ReturnStmt(EmptyShell Empty) : Stmt(ReturnStmtClass, Empty) { } in ReturnStmt() function
1056 DECL_VISIT_STMT(ReturnStmt) { in DECL_VISIT_STMT() argument