Home
last modified time | relevance | path

Searched refs:DeallocRes (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7936 ExprResult DeallocRes = getDerived().TransformExpr(S->getDeallocate()); in TransformCoroutineBodyStmt() local
7937 if (DeallocRes.isInvalid()) in TransformCoroutineBodyStmt()
7939 Builder.Deallocate = DeallocRes.get(); in TransformCoroutineBodyStmt()