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