Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp959 ExprResult Sema::ActOnCoyieldExpr(Scope *S, SourceLocation Loc, Expr *E) { in ActOnCoyieldExpr() function in Sema
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1777 Expr = Actions.ActOnCoyieldExpr(getCurScope(), Loc, Expr.get()); in ParseCoyieldExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3140 ExprResult ActOnCoyieldExpr(Scope *S, SourceLocation KwLoc, Expr *E);