Searched refs:ResultDecl (Results 1 – 4 of 4) sorted by relevance
121 SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl; in CoroutineBodyStmt()
330 ResultDecl, ///< Declaration holding the result of get_return_object. enumerator357 Stmt *ResultDecl = nullptr; member411 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; } in getResultDecl()
1765 this->ResultDecl = Res.get(); in makeGroDeclAndReturnStmt()1815 this->ResultDecl = GroDeclStmt.get(); in makeGroDeclAndReturnStmt()
8497 if (auto *ResultDecl = S->getResultDecl()) { in TransformCoroutineBodyStmt() local8498 StmtResult Res = getDerived().TransformStmt(ResultDecl); in TransformCoroutineBodyStmt()8501 Builder.ResultDecl = Res.get(); in TransformCoroutineBodyStmt()