Searched refs:getResultDecl (Results 1 – 3 of 3) sorted by relevance
488 auto *GroDeclStmt = dyn_cast<DeclStmt>(S.getResultDecl()); in EmitGroAlloca()524 CGF.EmitStmt(S.getResultDecl()); in EmitGroInit()
412 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; } in getResultDecl() function
7724 assert(S->getResultDecl() && "ResultDecl must already be built"); in TransformCoroutineBodyStmt()7725 StmtResult ResultDecl = getDerived().TransformStmt(S->getResultDecl()); in TransformCoroutineBodyStmt()