Searched defs:CoyieldLoc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 5281 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Ty, Operand, in CoyieldExpr() argument 5276 CoyieldExpr(SourceLocation CoyieldLoc,Expr * Operand,Expr * Common,Expr * Ready,Expr * Suspend,Expr * Resume,OpaqueValueExpr * OpaqueValue) CoyieldExpr() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 1598 RebuildCoyieldExpr(SourceLocation CoyieldLoc,Expr * Result) RebuildCoyieldExpr() argument
|