Searched refs:CoyieldExpr (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 381 RValue CodeGenFunction::EmitCoyieldExpr(const CoyieldExpr &E, in EmitCoyieldExpr() 485 CodeGenFunction::EmitCoyieldLValue(const CoyieldExpr *E) { in EmitCoyieldLValue()
|
H A D | CGExprComplex.cpp | 128 ComplexPairTy VisitCoyieldExpr(CoyieldExpr *S) { in VisitCoyieldExpr()
|
H A D | CGExprAgg.cpp | 121 void VisitCoyieldExpr(CoyieldExpr *E) { in VisitCoyieldExpr()
|
H A D | CodeGenFunction.h | 3582 RValue EmitCoyieldExpr(const CoyieldExpr &E, 3585 LValue EmitCoyieldLValue(const CoyieldExpr *E);
|
H A D | CGExprScalar.cpp | 459 Value *VisitCoyieldExpr(CoyieldExpr *S) { in VisitCoyieldExpr()
|
H A D | CGExpr.cpp | 1669 return EmitCoyieldLValue(cast<CoyieldExpr>(E)); in EmitLValueHelper()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 170 def CoyieldExpr : StmtNode<CoroutineSuspendExpr>;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 948 Expr *Res = new (Context) CoyieldExpr(Loc, Context.DependentTy, Operand, E); in BuildCoyieldExpr() 964 new (Context) CoyieldExpr(Loc, Operand, E, RSS.Results[0], RSS.Results[1], in BuildCoyieldExpr()
|
H A D | TreeTransform.h | 8575 TreeTransform<Derived>::TransformCoyieldExpr(CoyieldExpr *E) { in TransformCoyieldExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 5273 class CoyieldExpr : public CoroutineSuspendExpr { 5277 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Common, in CoyieldExpr() function 5282 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand, in CoyieldExpr() function 5286 CoyieldExpr(EmptyShell Empty) in CoyieldExpr() function
|
H A D | RecursiveASTVisitor.h | 2962 DEF_TRAVERSE_STMT(CoyieldExpr, {
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 490 void ASTStmtReader::VisitCoyieldExpr(CoyieldExpr *E) { in VisitCoyieldExpr() 4263 S = new (Context) CoyieldExpr(Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 456 void ASTStmtWriter::VisitCoyieldExpr(CoyieldExpr *E) { in VisitCoyieldExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtProfile.cpp | 2309 void StmtProfiler::VisitCoyieldExpr(const CoyieldExpr *S) { in VisitCoyieldExpr()
|
H A D | StmtPrinter.cpp | 2632 void StmtPrinter::VisitCoyieldExpr(CoyieldExpr *S) { in VisitCoyieldExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2513 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CoyieldExpr>
|