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