Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7931 ExprResult AllocRes = getDerived().TransformExpr(S->getAllocate()); in TransformCoroutineBodyStmt() local
7932 if (AllocRes.isInvalid()) in TransformCoroutineBodyStmt()
7934 Builder.Allocate = AllocRes.get(); in TransformCoroutineBodyStmt()