Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp932 return BuildCoyieldExpr(Loc, Awaitable.get()); in ActOnCoyieldExpr()
934 ExprResult Sema::BuildCoyieldExpr(SourceLocation Loc, Expr *E) { in BuildCoyieldExpr() function in Sema
H A DTreeTransform.h1599 return getSema().BuildCoyieldExpr(CoyieldLoc, Result); in RebuildCoyieldExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2698 ExprResult BuildCoyieldExpr(SourceLocation KwLoc, Expr *E);