Searched refs:getAllocate (Results 1 – 3 of 3) sorted by relevance
405 Expr *getAllocate() const { in getAllocate() function
803 auto *AllocateCall = EmitScalarExpr(S.getAllocate()); in EmitCoroutineBody()
8485 assert(S->getAllocate() && S->getDeallocate() && in TransformCoroutineBodyStmt()8487 ExprResult AllocRes = getDerived().TransformExpr(S->getAllocate()); in TransformCoroutineBodyStmt()