Searched refs:CoroutineSuspendExpr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 67 class CoroutineSuspendExpr; variable 154 ExprDependence computeDependence(CoroutineSuspendExpr *E);
|
| H A D | ExprCXX.h | 4931 class CoroutineSuspendExpr : public Expr { 4956 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() function 4969 CoroutineSuspendExpr(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in CoroutineSuspendExpr() function 5024 class CoawaitExpr : public CoroutineSuspendExpr { 5031 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Common, in CoroutineSuspendExpr() function 5038 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Ty, Operand, in CoroutineSuspendExpr() function 5044 : CoroutineSuspendExpr(CoawaitExprClass, Empty) {} in CoawaitExpr() 5105 class CoyieldExpr : public CoroutineSuspendExpr { 5112 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Operand, Common, in CoyieldExpr() 5116 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Ty, Operand, in CoyieldExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 166 def CoroutineSuspendExpr : StmtNode<Expr, 1>; 167 def CoawaitExpr : StmtNode<CoroutineSuspendExpr>; 169 def CoyieldExpr : StmtNode<CoroutineSuspendExpr>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 210 CoroutineSuspendExpr const &S, in emitSuspendExpression() 332 const CoroutineSuspendExpr *E) { in getCoroutineSuspendExprReturnType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 444 return ClassifyInternal(Ctx, cast<CoroutineSuspendExpr>(E)->getResumeExpr()); in ClassifyInternal()
|
| H A D | ComputeDependence.cpp | 371 ExprDependence clang::computeDependence(CoroutineSuspendExpr *E) { in computeDependence()
|
| H A D | Expr.cpp | 2588 return cast<CoroutineSuspendExpr>(this)->getResumeExpr()-> in isUnusedResultAWarning()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 618 CFGBlock *VisitCoroutineSuspendExpr(CoroutineSuspendExpr *S, 2380 return VisitCoroutineSuspendExpr(cast<CoroutineSuspendExpr>(S), asc); in Visit() 3258 CFGBlock *CFGBuilder::VisitCoroutineSuspendExpr(CoroutineSuspendExpr *E, in VisitCoroutineSuspendExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 442 void ASTStmtWriter::VisitCoroutineSuspendExpr(CoroutineSuspendExpr *E) { in VisitCoroutineSuspendExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 16297 if (auto *CSE = dyn_cast<CoroutineSuspendExpr>(E)) in AnalyzeImplicitConversions() 17000 void VisitCoroutineSuspendExpr(const CoroutineSuspendExpr *CSE) { in VisitCoroutineSuspendExpr()
|