Home
last modified time | relevance | path

Searched refs:CoroutineSuspendExpr (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComputeDependence.h67 class CoroutineSuspendExpr; variable
153 ExprDependence computeDependence(CoroutineSuspendExpr *E);
H A DExprCXX.h4696 class CoroutineSuspendExpr : public Expr {
4721 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() function
4734 CoroutineSuspendExpr(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in CoroutineSuspendExpr() function
4789 class CoawaitExpr : public CoroutineSuspendExpr {
4796 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Common, in CoroutineSuspendExpr() function
4803 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Ty, Operand, in CoroutineSuspendExpr() function
4809 : CoroutineSuspendExpr(CoawaitExprClass, Empty) {} in CoawaitExpr()
4870 class CoyieldExpr : public CoroutineSuspendExpr {
4877 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Operand, Common, in CoyieldExpr()
4881 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Ty, Operand, in CoyieldExpr()
[all …]
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td165 def CoroutineSuspendExpr : StmtNode<Expr, 1>;
166 def CoawaitExpr : StmtNode<CoroutineSuspendExpr>;
168 def CoyieldExpr : StmtNode<CoroutineSuspendExpr>;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp176 CoroutineSuspendExpr const &S, in emitSuspendExpression()
291 const CoroutineSuspendExpr *E) { in getCoroutineSuspendExprReturnType()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp441 return ClassifyInternal(Ctx, cast<CoroutineSuspendExpr>(E)->getResumeExpr()); in ClassifyInternal()
H A DComputeDependence.cpp371 ExprDependence clang::computeDependence(CoroutineSuspendExpr *E) { in computeDependence()
H A DExpr.cpp2507 return cast<CoroutineSuspendExpr>(this)->getResumeExpr()-> in isUnusedResultAWarning()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp601 CFGBlock *VisitCoroutineSuspendExpr(CoroutineSuspendExpr *S,
2313 return VisitCoroutineSuspendExpr(cast<CoroutineSuspendExpr>(S), asc); in Visit()
3191 CFGBlock *CFGBuilder::VisitCoroutineSuspendExpr(CoroutineSuspendExpr *E, in VisitCoroutineSuspendExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp374 void ASTStmtWriter::VisitCoroutineSuspendExpr(CoroutineSuspendExpr *E) { in VisitCoroutineSuspendExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp14207 if (auto *CSE = dyn_cast<CoroutineSuspendExpr>(E)) in AnalyzeImplicitConversions()