Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8487 ExprResult AllocRes = getDerived().TransformExpr(S->getAllocate()); in TransformCoroutineBodyStmt() local
8488 if (AllocRes.isInvalid()) in TransformCoroutineBodyStmt()
8490 Builder.Allocate = AllocRes.get(); in TransformCoroutineBodyStmt()