Home
last modified time | relevance | path

Searched refs:CoyieldExpr (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp268 RValue CodeGenFunction::EmitCoyieldExpr(const CoyieldExpr &E, in EmitCoyieldExpr()
311 CodeGenFunction::EmitCoyieldLValue(const CoyieldExpr *E) { in EmitCoyieldLValue()
H A DCGExprComplex.cpp123 ComplexPairTy VisitCoyieldExpr(CoyieldExpr *S) { in VisitCoyieldExpr()
H A DCodeGenFunction.h3269 RValue EmitCoyieldExpr(const CoyieldExpr &E,
3272 LValue EmitCoyieldLValue(const CoyieldExpr *E);
H A DCGExprAgg.cpp120 void VisitCoyieldExpr(CoyieldExpr *E) { in VisitCoyieldExpr()
H A DCGExprScalar.cpp444 Value *VisitCoyieldExpr(CoyieldExpr *S) { in VisitCoyieldExpr()
H A DCGExpr.cpp1460 return EmitCoyieldLValue(cast<CoyieldExpr>(E)); in EmitLValue()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td168 def CoyieldExpr : StmtNode<CoroutineSuspendExpr>;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp942 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 DTreeTransform.h8012 TreeTransform<Derived>::TransformCoyieldExpr(CoyieldExpr *E) { in TransformCoyieldExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h4870 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 DRecursiveASTVisitor.h2893 DEF_TRAVERSE_STMT(CoyieldExpr, {
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp940 const internal::VariadicDynCastAllOfMatcher<Stmt, CoyieldExpr>
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp484 void ASTStmtReader::VisitCoyieldExpr(CoyieldExpr *E) { in VisitCoyieldExpr()
3994 S = new (Context) CoyieldExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp388 void ASTStmtWriter::VisitCoyieldExpr(CoyieldExpr *E) { in VisitCoyieldExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp2200 void StmtProfiler::VisitCoyieldExpr(const CoyieldExpr *S) { in VisitCoyieldExpr()
H A DStmtPrinter.cpp2549 void StmtPrinter::VisitCoyieldExpr(CoyieldExpr *S) { in VisitCoyieldExpr()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1865 QualType VisitCoyieldExpr(const CoyieldExpr *S) { in typeForNode()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2449 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CoyieldExpr>