Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h5277 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Common, in CoyieldExpr() argument
5280 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Operand, Common, in CoyieldExpr()
5282 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand, in CoyieldExpr() argument
5284 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Ty, Operand, in CoyieldExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1598 ExprResult RebuildCoyieldExpr(SourceLocation CoyieldLoc, Expr *Result) { in RebuildCoyieldExpr() argument
1599 return getSema().BuildCoyieldExpr(CoyieldLoc, Result); in RebuildCoyieldExpr()