Searched refs:InitSuspend (Results 1 – 1 of 1) sorted by relevance
303 InitSuspend, ///< The initial suspend statement, run before the body. enumerator314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt() argument320 SubStmts[CoroutineBodyStmt::InitSuspend] = InitSuspend; in CoroutineBodyStmt()340 Stmt *getInitSuspendStmt() const { return SubStmts[SubStmt::InitSuspend]; } in getInitSuspendStmt()