Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h4874 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Common, in CoyieldExpr() argument
4877 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Operand, Common, in CoyieldExpr()
4879 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand, in CoyieldExpr() argument
4881 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Ty, Operand, in CoyieldExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h1511 ExprResult RebuildCoyieldExpr(SourceLocation CoyieldLoc, Expr *Result) { in RebuildCoyieldExpr() argument
1512 return getSema().BuildCoyieldExpr(CoyieldLoc, Result); in RebuildCoyieldExpr()