Searched refs:CoyieldExpr (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 268 RValue CodeGenFunction::EmitCoyieldExpr(const CoyieldExpr &E, in EmitCoyieldExpr() 311 CodeGenFunction::EmitCoyieldLValue(const CoyieldExpr *E) { in EmitCoyieldLValue()
|
| H A D | CGExprComplex.cpp | 123 ComplexPairTy VisitCoyieldExpr(CoyieldExpr *S) { in VisitCoyieldExpr()
|
| H A D | CodeGenFunction.h | 3269 RValue EmitCoyieldExpr(const CoyieldExpr &E, 3272 LValue EmitCoyieldLValue(const CoyieldExpr *E);
|
| H A D | CGExprAgg.cpp | 120 void VisitCoyieldExpr(CoyieldExpr *E) { in VisitCoyieldExpr()
|
| H A D | CGExprScalar.cpp | 444 Value *VisitCoyieldExpr(CoyieldExpr *S) { in VisitCoyieldExpr()
|
| H A D | CGExpr.cpp | 1460 return EmitCoyieldLValue(cast<CoyieldExpr>(E)); in EmitLValue()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 168 def CoyieldExpr : StmtNode<CoroutineSuspendExpr>;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 942 Expr *Res = new (Context) CoyieldExpr(Loc, Context.DependentTy, Operand, E); in BuildCoyieldExpr() 958 new (Context) CoyieldExpr(Loc, Operand, E, RSS.Results[0], RSS.Results[1], in BuildCoyieldExpr()
|
| H A D | TreeTransform.h | 8012 TreeTransform<Derived>::TransformCoyieldExpr(CoyieldExpr *E) { in TransformCoyieldExpr()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 4870 class CoyieldExpr : public CoroutineSuspendExpr { 4874 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Common, in CoyieldExpr() function 4879 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand, in CoyieldExpr() function 4883 CoyieldExpr(EmptyShell Empty) in CoyieldExpr() function
|
| H A D | RecursiveASTVisitor.h | 2893 DEF_TRAVERSE_STMT(CoyieldExpr, {
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 940 const internal::VariadicDynCastAllOfMatcher<Stmt, CoyieldExpr>
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 484 void ASTStmtReader::VisitCoyieldExpr(CoyieldExpr *E) { in VisitCoyieldExpr() 3994 S = new (Context) CoyieldExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 388 void ASTStmtWriter::VisitCoyieldExpr(CoyieldExpr *E) { in VisitCoyieldExpr()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 2200 void StmtProfiler::VisitCoyieldExpr(const CoyieldExpr *S) { in VisitCoyieldExpr()
|
| H A D | StmtPrinter.cpp | 2549 void StmtPrinter::VisitCoyieldExpr(CoyieldExpr *S) { in VisitCoyieldExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.cpp | 1865 QualType VisitCoyieldExpr(const CoyieldExpr *S) { in typeForNode()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2449 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CoyieldExpr>
|