Searched defs:CoroutineSuspendExpr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 68 class CoroutineSuspendExpr; variable
|
H A D | ExprCXX.h | 5091 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...] |