Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8046 ExprResult DeallocRes = getDerived().TransformExpr(S->getDeallocate()); in TransformCoroutineBodyStmt() local
8047 if (DeallocRes.isInvalid()) in TransformCoroutineBodyStmt()
8049 Builder.Deallocate = DeallocRes.get(); in TransformCoroutineBodyStmt()