Home
last modified time | relevance | path

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

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