Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7877 StmtResult BodyRes = getDerived().TransformStmt(S->getBody()); in TransformCoroutineBodyStmt() local
7878 if (BodyRes.isInvalid()) in TransformCoroutineBodyStmt()
7881 CoroutineStmtBuilder Builder(SemaRef, *FD, *ScopeInfo, BodyRes.get()); in TransformCoroutineBodyStmt()