Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h5091 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Common, in CoyieldExpr() argument
5094 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Operand, Common, in CoyieldExpr()
5096 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand, in CoyieldExpr() argument
5098 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Ty, Operand, in CoyieldExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h1552 ExprResult RebuildCoyieldExpr(SourceLocation CoyieldLoc, Expr *Result) { in RebuildCoyieldExpr() argument
1553 return getSema().BuildCoyieldExpr(CoyieldLoc, Result); in RebuildCoyieldExpr()