Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp786 return BuildCoyieldExpr(Loc, Awaitable.get()); in ActOnCoyieldExpr()
788 ExprResult Sema::BuildCoyieldExpr(SourceLocation Loc, Expr *E) { in BuildCoyieldExpr() function in Sema
H A DTreeTransform.h1415 return getSema().BuildCoyieldExpr(CoyieldLoc, Result); in RebuildCoyieldExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8596 ExprResult BuildCoyieldExpr(SourceLocation KwLoc, Expr *E);