Home
last modified time | relevance | path

Searched defs:CoroutineSuspendExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h67 class CoroutineSuspendExpr; global() variable
H A DExprCXX.h4942 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, CoroutineSuspendExpr() function
4956 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, CoroutineSuspendExpr() function
4969 CoroutineSuspendExpr(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { CoroutineSuspendExpr() function
5031 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Common, CoroutineSuspendExpr() function
5038 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Ty, Operand, CoroutineSuspendExpr() function
[all...]