Searched defs:CoyieldExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4786 class CoyieldExpr : public CoroutineSuspendExpr { class in namespace:clang
4790 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, function in class:clang::CoyieldExpr
4794 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand) function in class:clang::CoyieldExpr
4796 CoyieldExpr(EmptyShell Empty) function in class:clang::CoyieldExpr

Completed in 90 milliseconds