Searched defs:ReturnStmt (Results 1 – 3 of 3) sorted by relevance
28 class ReturnStmt; variable
1322 ReturnStmt(SourceLocation RL) in ReturnStmt() function1325 ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) in ReturnStmt() function1330 explicit ReturnStmt(EmptyShell Empty) : Stmt(ReturnStmtClass, Empty) { } in ReturnStmt() function1352 static bool classof(const ReturnStmt *) { return true; } in classof()
1075 DECL_VISIT_STMT(ReturnStmt) { in DECL_VISIT_STMT() argument