Searched refs:CoyieldLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 4506 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, in CoyieldExpr() argument 4508 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Operand, Ready, in CoyieldExpr() 4510 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand) in CoyieldExpr() argument 4511 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Ty, Operand) {} in CoyieldExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1414 ExprResult RebuildCoyieldExpr(SourceLocation CoyieldLoc, Expr *Result) { in RebuildCoyieldExpr() argument 1415 return getSema().BuildCoyieldExpr(CoyieldLoc, Result); in RebuildCoyieldExpr()
|