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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp899 return BuildCoyieldExpr(Loc, Awaitable.get());
901 ExprResult Sema::BuildCoyieldExpr(SourceLocation Loc, Expr *E) { function in class:Sema
H A DTreeTransform.h1482 return getSema().BuildCoyieldExpr(CoyieldLoc, Result);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9855 ExprResult BuildCoyieldExpr(SourceLocation KwLoc, Expr *E);

Completed in 267 milliseconds