Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7108 ExprResult DeallocRes = getDerived().TransformExpr(S->getDeallocate()); in TransformCoroutineBodyStmt() local
7109 if (DeallocRes.isInvalid()) in TransformCoroutineBodyStmt()
7111 Builder.Deallocate = DeallocRes.get(); in TransformCoroutineBodyStmt()