Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h68 class CoroutineSuspendExpr; variable
H A DExprCXX.h5091 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, CoroutineSuspendExpr() function
5105 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, CoroutineSuspendExpr() function
5118 CoroutineSuspendExpr(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { CoroutineSuspendExpr() function
5198 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Common, CoroutineSuspendExpr() function
5205 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Ty, Operand, CoroutineSuspendExpr() function
[all...]